New: refeta la lògica d'eixir o apagar el sistema
This commit is contained in:
@@ -12,7 +12,7 @@ namespace globalEvents
|
||||
{
|
||||
case SDL_EVENT_QUIT: // Evento de salida de la aplicación
|
||||
section::name = section::Name::QUIT;
|
||||
section::options = section::Options::QUIT_FROM_EVENT;
|
||||
section::options = section::Options::NONE;
|
||||
return;
|
||||
|
||||
case SDL_EVENT_RENDER_DEVICE_RESET:
|
||||
|
||||
Reference in New Issue
Block a user