- Menú bàsic funcionant
This commit is contained in:
@@ -253,7 +253,7 @@ namespace modules
|
||||
|
||||
bool loop()
|
||||
{
|
||||
if (input::keyDown(SDL_SCANCODE_ESCAPE))
|
||||
if (input::keyPressed(SDL_SCANCODE_ESCAPE))
|
||||
{
|
||||
if (console::isEnabled())
|
||||
console::toggle();
|
||||
|
||||
Reference in New Issue
Block a user