diff options
author | Andrei Karas <akaras@inbox.ru> | 2020-05-30 14:43:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2020-05-30 14:43:18 +0300 |
commit | 3a70650b4e1ae280016909b0503f8df5612cb05a (patch) | |
tree | 442bf6ee4cb6448258ddbf4e91756011f3cf1205 /src | |
parent | cc4bed4765878c29718c510a84e838f4f3a1d3a6 (diff) | |
download | manaverse-3a70650b4e1ae280016909b0503f8df5612cb05a.tar.gz manaverse-3a70650b4e1ae280016909b0503f8df5612cb05a.tar.bz2 manaverse-3a70650b4e1ae280016909b0503f8df5612cb05a.tar.xz manaverse-3a70650b4e1ae280016909b0503f8df5612cb05a.zip |
Fix too long line in modernopenglgraphics.cpp
Diffstat (limited to 'src')
-rw-r--r-- | src/render/modernopenglgraphics.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render/modernopenglgraphics.cpp b/src/render/modernopenglgraphics.cpp index e99f9440c..95e7140c0 100644 --- a/src/render/modernopenglgraphics.cpp +++ b/src/render/modernopenglgraphics.cpp @@ -1402,5 +1402,6 @@ void ModernOpenGLGraphics::debugBindTexture(const Image *restrict const } #endif // DEBUG_BIND_TEXTURE -#endif // !defined(ANDROID) && !defined(__native_client__) && !defined(__SWITCH__) +#endif // !defined(ANDROID) && !defined(__native_client__) && + // !defined(__SWITCH__) #endif // USE_OPENGL |