mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-02-08 06:06:43 +01:00
it's libsuperderpy 2 now
This commit is contained in:
parent
23ffcae034
commit
7b93ced844
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ SYMBOL_EXPORT struct Game* libsuperderpy_init(int argc, char** argv, const char*
|
|||
|
||||
SetupViewport(game, viewport);
|
||||
|
||||
PrintConsole(game, "libsuperderpy");
|
||||
PrintConsole(game, "libsuperderpy 2");
|
||||
PrintConsole(game, "OpenGL%s (%08X)", al_get_opengl_variant() == ALLEGRO_OPENGL_ES ? " ES" : "", al_get_opengl_version());
|
||||
|
||||
PrintConsole(game, "Max bitmap size: %d", al_get_display_option(game->display, ALLEGRO_MAX_BITMAP_SIZE));
|
||||
|
|
Loading…
Reference in a new issue