summaryrefslogtreecommitdiffstats
path: root/src/graphics/opengl/test/texture_test.cpp
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-08-13 18:03:12 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-08-13 18:03:12 +0200
commitb68dfcd15576605a1748838f2459bac1ea8cf228 (patch)
tree1bbc69e0e801a66ae569627bf428a608ecbf79f0 /src/graphics/opengl/test/texture_test.cpp
parent712154bc4fcfb50c05c57a875e3b2affdc5e2b1b (diff)
downloadcolobot-b68dfcd15576605a1748838f2459bac1ea8cf228.tar.gz
colobot-b68dfcd15576605a1748838f2459bac1ea8cf228.tar.bz2
colobot-b68dfcd15576605a1748838f2459bac1ea8cf228.zip
Test fix
Diffstat (limited to 'src/graphics/opengl/test/texture_test.cpp')
-rw-r--r--src/graphics/opengl/test/texture_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics/opengl/test/texture_test.cpp b/src/graphics/opengl/test/texture_test.cpp
index c3c568b..534a5c0 100644
--- a/src/graphics/opengl/test/texture_test.cpp
+++ b/src/graphics/opengl/test/texture_test.cpp
@@ -160,7 +160,7 @@ int main()
SDL_WM_SetCaption("Texture Test", "Texture Test");
- Gfx::CGLDevice *device = new Gfx::CGLDevice();
+ Gfx::CGLDevice *device = new Gfx::CGLDevice(Gfx::GLDeviceConfig());
device->Create();
Init(device);