mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-03-10 21:50:00 +01:00
fix
This commit is contained in:
parent
b86e168831
commit
a617868a2f
1 changed files with 2 additions and 2 deletions
|
@ -199,11 +199,11 @@ SYMBOL_EXPORT struct Game* libsuperderpy_init(int argc, char** argv, const char*
|
|||
return NULL;
|
||||
}
|
||||
|
||||
if (!al_get_display_option(game->display, ALLEGRO_RENDER_METHOD)) {
|
||||
/* if (!al_get_display_option(game->display, ALLEGRO_RENDER_METHOD)) {
|
||||
FatalError(game, true, "Failed to create hardware accelerated display.");
|
||||
al_destroy_display(game->display);
|
||||
return NULL;
|
||||
}
|
||||
}*/
|
||||
|
||||
PrintConsole(game, "Viewport %dx%d", game->viewport.width, game->viewport.height);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue