summaryrefslogtreecommitdiff
path: root/src/render/normalopenglgraphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/normalopenglgraphics.cpp')
-rw-r--r--src/render/normalopenglgraphics.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/render/normalopenglgraphics.cpp b/src/render/normalopenglgraphics.cpp
index f9f84a030..32ce4f95a 100644
--- a/src/render/normalopenglgraphics.cpp
+++ b/src/render/normalopenglgraphics.cpp
@@ -416,10 +416,10 @@ void NormalOpenGLGraphics::testDraw() restrict2
{
GLfloat tex[] =
{
- 0.0F, 0.781250f,
- 0.0F, 0.781250f,
- 0.0F, 0.585938f,
- 0.0F, 0.585938f
+ 0.0F, 0.781250F,
+ 0.0F, 0.781250F,
+ 0.0F, 0.585938F,
+ 0.0F, 0.585938F
};
GLint vert[] =