summaryrefslogtreecommitdiff
path: root/src/render/modernopenglgraphics.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-06-12 22:43:41 +0300
committerAndrei Karas <akaras@inbox.ru>2014-06-12 22:43:41 +0300
commitbcb340f51ca2d69fd062d6548ef283303d43d9ac (patch)
treeb952e8beb18f615f25ad4e0a075e561fc80c55a7 /src/render/modernopenglgraphics.cpp
parent720dbe1e5a90adb66ada166090e34a571e24ff0a (diff)
downloadplus-bcb340f51ca2d69fd062d6548ef283303d43d9ac.tar.gz
plus-bcb340f51ca2d69fd062d6548ef283303d43d9ac.tar.bz2
plus-bcb340f51ca2d69fd062d6548ef283303d43d9ac.tar.xz
plus-bcb340f51ca2d69fd062d6548ef283303d43d9ac.zip
Rename NormalOpenGLGraphicsVertexes into OpenGLGraphicsVertexes.
Diffstat (limited to 'src/render/modernopenglgraphics.cpp')
-rw-r--r--src/render/modernopenglgraphics.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/modernopenglgraphics.cpp b/src/render/modernopenglgraphics.cpp
index fc21fd622..11fda1b41 100644
--- a/src/render/modernopenglgraphics.cpp
+++ b/src/render/modernopenglgraphics.cpp
@@ -529,8 +529,7 @@ void ModernOpenGLGraphics::drawRescaledPattern(const Image *const image,
}
inline void ModernOpenGLGraphics::drawVertexes(const
- NormalOpenGLGraphicsVertexes
- &ogl)
+ OpenGLGraphicsVertexes &ogl)
{
}
@@ -547,6 +546,7 @@ void ModernOpenGLGraphics::calcPatternInline(ImageVertexes *const vert,
const int x, const int y,
const int w, const int h) const
{
+
}
void ModernOpenGLGraphics::calcTileCollection(ImageCollection *const vertCol,