X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=demos%2Fdesertpillars%2Fsource%2Fdesertpillars.cpp;fp=demos%2Fdesertpillars%2Fsource%2Fdesertpillars.cpp;h=1afd57b8d1a41cc50798976213680061ab15628d;hp=62a4455896300b22c9f77a3b8452ac6bf4eb26a6;hb=5d9ecb00aea134fa082a0fa6b9c82c643a884a32;hpb=5871764de7aa23d2c40cac03ad9d07088fb57e06 diff --git a/demos/desertpillars/source/desertpillars.cpp b/demos/desertpillars/source/desertpillars.cpp index 62a44558..1afd57b8 100644 --- a/demos/desertpillars/source/desertpillars.cpp +++ b/demos/desertpillars/source/desertpillars.cpp @@ -15,14 +15,12 @@ DesertPillars::Options::Options() { wnd_opts.width = 1920; wnd_opts.height = 1080; - gl_opts.gl_version_major = Graphics::GLOptions::LATEST_VERSION; - gl_opts.core_profile = true; } DesertPillars::DesertPillars(int, char **): window(display, opts.wnd_opts), - gl_device(window, opts.gl_opts), + gl_device(window), keyboard(window), resources(&res_mgr), view(window),