diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-04-08 23:03:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-04-08 23:03:50 +0300 |
commit | 179e13363899112b9a1181eb10e0754b583a63eb (patch) | |
tree | e62bbb898d597f831922c561e651ef4a91600b4e /src/render/nullopenglgraphics.cpp | |
parent | 6f6cd2724b55415e2c6f6247ca656941a8e5d5bd (diff) | |
download | plus-179e13363899112b9a1181eb10e0754b583a63eb.tar.gz plus-179e13363899112b9a1181eb10e0754b583a63eb.tar.bz2 plus-179e13363899112b9a1181eb10e0754b583a63eb.tar.xz plus-179e13363899112b9a1181eb10e0754b583a63eb.zip |
Fix compilation error with SDL 2.
Diffstat (limited to 'src/render/nullopenglgraphics.cpp')
-rw-r--r-- | src/render/nullopenglgraphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/nullopenglgraphics.cpp b/src/render/nullopenglgraphics.cpp index c4985f758..c5c18295d 100644 --- a/src/render/nullopenglgraphics.cpp +++ b/src/render/nullopenglgraphics.cpp @@ -1222,7 +1222,7 @@ void NullOpenGLGraphics::clearScreen() const restrict2 void NullOpenGLGraphics::debugBindTexture(const Image *restrict const image) restrict2 { - const std::string texture = image->getIdPath(); + const std::string texture = image->mIdPath; if (mOldTexture != texture) { if ((!mOldTexture.empty() || !texture.empty()) |