mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2024-12-05 00:38:00 +01:00
Style fix
This commit is contained in:
parent
18885f62e5
commit
35bd8aa2a2
1 changed files with 3 additions and 1 deletions
|
@ -345,7 +345,9 @@ SYMBOL_EXPORT struct Game* libsuperderpy_init(int argc, char** argv, const char*
|
|||
al_destroy_bitmap(icon);
|
||||
}
|
||||
|
||||
if (game->config.fullscreen) { al_hide_mouse_cursor(game->display); }
|
||||
if (game->config.fullscreen) {
|
||||
al_hide_mouse_cursor(game->display);
|
||||
}
|
||||
al_inhibit_screensaver(true);
|
||||
|
||||
SetupViewport(game);
|
||||
|
|
Loading…
Reference in a new issue