- [FIX] Ja no es mostra el cursor mai (excepte si estas editant)

This commit is contained in:
2024-10-10 20:38:12 +02:00
parent 51eb933383
commit b5f4425672
2 changed files with 7 additions and 6 deletions

View File

@@ -104,9 +104,10 @@ void game::init()
{
if (game::getParams(1) && strcmp(game::getParams(1), "editor")==0) editor::setDevMode();
if (editor::isDevMode())
if (editor::isDevMode()) {
draw::init("The Pool", 520, 240, zoom);
else {
SDL_ShowCursor(true);
} else {
loadConfig();
draw::init("The Pool", 320, 240, zoom, fullscreen);
console::init();