[Scummvm-git-logs] scummvm master -> 7bcce1fb7a50fcfd7bc612f9f6a4c585e1cac15a
aquadran
aquadran at gmail.com
Sun Oct 11 07:01:53 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
7bcce1fb7a GRAPHICS: Add missing OpenGL ifdef guard
Commit: 7bcce1fb7a50fcfd7bc612f9f6a4c585e1cac15a
https://github.com/scummvm/scummvm/commit/7bcce1fb7a50fcfd7bc612f9f6a4c585e1cac15a
Author: PaweÅ KoÅodziejski (aquadran at users.sourceforge.net)
Date: 2020-10-11T09:01:45+02:00
Commit Message:
GRAPHICS: Add missing OpenGL ifdef guard
Changed paths:
graphics/opengl/texture.h
diff --git a/graphics/opengl/texture.h b/graphics/opengl/texture.h
index fa82a34cec..b2fa9f89cc 100644
--- a/graphics/opengl/texture.h
+++ b/graphics/opengl/texture.h
@@ -27,6 +27,8 @@
#include "graphics/surface.h"
+#ifdef USE_OPENGL_GAME
+
namespace OpenGL {
class TextureGL {
@@ -55,3 +57,5 @@ protected:
} // End of namespace OpenGL
#endif
+
+#endif
More information about the Scummvm-git-logs
mailing list