[Scummvm-git-logs] scummvm master -> 51d25636bcaf104579b7fd5afa176a618ccde54e

aquadran aquadran at gmail.com
Wed Oct 14 06:57:31 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:
51d25636bc GRAPHICS: Missed one opengl ifdef


Commit: 51d25636bcaf104579b7fd5afa176a618ccde54e
    https://github.com/scummvm/scummvm/commit/51d25636bcaf104579b7fd5afa176a618ccde54e
Author: Paweł Kołodziejski (aquadran at users.sourceforge.net)
Date: 2020-10-14T08:57:23+02:00

Commit Message:
GRAPHICS: Missed one opengl ifdef

Changed paths:
    graphics/opengl/context.cpp


diff --git a/graphics/opengl/context.cpp b/graphics/opengl/context.cpp
index 051a1547dc..bc11d3ef55 100644
--- a/graphics/opengl/context.cpp
+++ b/graphics/opengl/context.cpp
@@ -29,7 +29,7 @@
 
 #include "graphics/opengl/system_headers.h"
 
-#ifdef USE_OPENGL_GAME
+#if defined(USE_OPENGL_GAME) || defined(USE_OPENGL_SHADERS) || defined(USE_GLES2)
 
 namespace Common {
 DECLARE_SINGLETON(OpenGL::ContextGL);




More information about the Scummvm-git-logs mailing list