mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-03-04 01:01:28 +01:00
Remove unnecessary supersampling.
This commit is contained in:
parent
76cf21daeb
commit
ed3b78224b
1 changed files with 0 additions and 2 deletions
|
@ -217,8 +217,6 @@ int main(int argc, char **argv){
|
|||
else al_set_new_display_flags(ALLEGRO_WINDOWED);
|
||||
al_set_new_display_option(ALLEGRO_VSYNC, 2-atoi(GetConfigOptionDefault(&game, "SuperDerpy", "vsync", "1")), ALLEGRO_SUGGEST);
|
||||
al_set_new_display_option(ALLEGRO_OPENGL, atoi(GetConfigOptionDefault(&game, "SuperDerpy", "opengl", "1")), ALLEGRO_SUGGEST);
|
||||
al_set_new_display_option(ALLEGRO_SAMPLE_BUFFERS, 1, ALLEGRO_SUGGEST);
|
||||
al_set_new_display_option(ALLEGRO_SAMPLES, 8, ALLEGRO_SUGGEST);
|
||||
|
||||
game.display = al_create_display(game.config.width, game.config.height);
|
||||
if(!game.display) {
|
||||
|
|
Loading…
Add table
Reference in a new issue