diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-15 20:01:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-15 20:01:16 +0300 |
commit | 9e838049c18bd13d7020a0aaab634307a1fe966d (patch) | |
tree | bbc054e52b2f581246b55964a0383d41d5fe82cc /src/render/mobileopengl2graphics.h | |
parent | 7333084ce4c1d0fbaaef265d1400ef9552f856bd (diff) | |
download | plus-9e838049c18bd13d7020a0aaab634307a1fe966d.tar.gz plus-9e838049c18bd13d7020a0aaab634307a1fe966d.tar.bz2 plus-9e838049c18bd13d7020a0aaab634307a1fe966d.tar.xz plus-9e838049c18bd13d7020a0aaab634307a1fe966d.zip |
Fix style issieu in mobileopengl2graphics.h
Diffstat (limited to 'src/render/mobileopengl2graphics.h')
-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 b351440fd..9b171becb 100644 --- a/src/render/mobileopengl2graphics.h +++ b/src/render/mobileopengl2graphics.h @@ -154,6 +154,6 @@ class MobileOpenGL2Graphics final : public Graphics #endif FBOInfo mFbo; }; -#endif // defined(USE_OPENGL) && !defined(ANDROID) +#endif // defined(USE_OPENGL) && !defined(ANDROID) #endif // RENDER_MOBILEOPENGL2GRAPHICS_H |