This commit is contained in:
Sebastian Krzyszkowiak 2018-02-18 17:55:07 +01:00
parent b86e168831
commit a617868a2f

View file

@ -199,11 +199,11 @@ SYMBOL_EXPORT struct Game* libsuperderpy_init(int argc, char** argv, const char*
return NULL; 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."); FatalError(game, true, "Failed to create hardware accelerated display.");
al_destroy_display(game->display); al_destroy_display(game->display);
return NULL; return NULL;
} }*/
PrintConsole(game, "Viewport %dx%d", game->viewport.width, game->viewport.height); PrintConsole(game, "Viewport %dx%d", game->viewport.width, game->viewport.height);