X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fgameconfig.cpp;h=060eed074714099b0829ec58dade027f36533eb3;hb=2504682b880c9bb19e14a52c41fe9d62d1858f4a;hp=61ca19e99fdfdb431c823e3922cc64c6f939974a;hpb=e7a12ed844f040d270e50ce25f74de5f017c1157;p=supertux.git diff --git a/src/gameconfig.cpp b/src/gameconfig.cpp index 61ca19e99..060eed074 100644 --- a/src/gameconfig.cpp +++ b/src/gameconfig.cpp @@ -36,7 +36,7 @@ Config* config = 0; Config::Config() { use_fullscreen = true; - video = OPENGL; + video = AUTO_VIDEO; try_vsync = true; show_fps = false; sound_enabled = true;