summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2020-05-30 14:43:18 +0300
committerAndrei Karas <akaras@inbox.ru>2020-05-30 14:43:18 +0300
commit3a70650b4e1ae280016909b0503f8df5612cb05a (patch)
tree442bf6ee4cb6448258ddbf4e91756011f3cf1205
parentcc4bed4765878c29718c510a84e838f4f3a1d3a6 (diff)
downloadplus-3a70650b4e1ae280016909b0503f8df5612cb05a.tar.gz
plus-3a70650b4e1ae280016909b0503f8df5612cb05a.tar.bz2
plus-3a70650b4e1ae280016909b0503f8df5612cb05a.tar.xz
plus-3a70650b4e1ae280016909b0503f8df5612cb05a.zip
Fix too long line in modernopenglgraphics.cpp
-rw-r--r--src/render/modernopenglgraphics.cpp3
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