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=532a94990120d98f4eb3fc55edfca8eb899de5d6;hp=53f0a86c72cee3c957b66c0f174a10036b983eab;hb=f0414f06fc2463e9765c9492dce60e0468dceb3c;hpb=ac4218f733b4c8f09b64e72164bd4321a4c1abd2 diff --git a/demos/desertpillars/source/desertpillars.cpp b/demos/desertpillars/source/desertpillars.cpp index 53f0a86c..532a9499 100644 --- a/demos/desertpillars/source/desertpillars.cpp +++ b/demos/desertpillars/source/desertpillars.cpp @@ -23,10 +23,10 @@ DesertPillars::Options::Options() DesertPillars::DesertPillars(int, char **): window(display, opts.wnd_opts), - gl_ctx(window, opts.gl_opts), + gl_device(window, opts.gl_opts), keyboard(window), resources(&res_mgr), - view(window, gl_ctx), + view(window), camera(resources.get("Camera.camera")), lighting(resources.get("Desert.lightn")), sphere(resources.get("Sphere.object")),