diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/render/mobileopengl2graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/mobileopengl2graphics.h b/src/render/mobileopengl2graphics.h index 599c6fe80..ecd04cc89 100644 --- a/src/render/mobileopengl2graphics.h +++ b/src/render/mobileopengl2graphics.h @@ -114,7 +114,7 @@ class MobileOpenGL2Graphics final : public Graphics inline void bindAttributes() restrict2 A_INLINE; static void bindTexture2(const GLenum target, - const Image *restrict const image) A_INLINE; + const Image *restrict const image); static GLuint mTextureSizeUniform; static int mTextureWidth; |