summaryrefslogtreecommitdiff
path: root/src/normalopenglgraphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/normalopenglgraphics.cpp')
-rw-r--r--src/normalopenglgraphics.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/normalopenglgraphics.cpp b/src/normalopenglgraphics.cpp
index 39059d7c1..32175c05f 100644
--- a/src/normalopenglgraphics.cpp
+++ b/src/normalopenglgraphics.cpp
@@ -870,8 +870,8 @@ void NormalOpenGLGraphics::calcTile(ImageVertexes *const vert,
vp += 8;
if (vp >= vLimit)
{
- floatTexArray = ogl.switchFloatTexArray();
- intVertArray = ogl.switchIntVertArray();
+ ogl.switchFloatTexArray();
+ ogl.switchIntVertArray();
ogl.switchVp(vp);
vp = 0;
}
@@ -908,8 +908,8 @@ void NormalOpenGLGraphics::calcTile(ImageVertexes *const vert,
vp += 8;
if (vp >= vLimit)
{
- intTexArray = ogl.switchIntTexArray();
- intVertArray = ogl.switchIntVertArray();
+ ogl.switchIntTexArray();
+ ogl.switchIntVertArray();
ogl.switchVp(vp);
vp = 0;
}