diff options
Diffstat (limited to 'src/render/normalopenglgraphics.h')
-rw-r--r-- | src/render/normalopenglgraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/normalopenglgraphics.h b/src/render/normalopenglgraphics.h index b07b466ad..4262b5aab 100644 --- a/src/render/normalopenglgraphics.h +++ b/src/render/normalopenglgraphics.h @@ -87,7 +87,7 @@ class NormalOpenGLGraphics final : public Graphics #include "render/openglgraphicsdefadvanced.hpp" #ifdef DEBUG_BIND_TEXTURE - unsigned int getBinds() const restrict2 + unsigned int getBinds() const restrict2 noexcept { return mLastBinds; } #endif |