[Scummvm-git-logs] scummvm master -> 74e7fd1ba977fdcfba6cc7e2e0031a06245d804f

aquadran noreply at scummvm.org
Wed Nov 6 14:36:18 UTC 2024


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:
74e7fd1ba9 WINTERMUTE: Typo


Commit: 74e7fd1ba977fdcfba6cc7e2e0031a06245d804f
    https://github.com/scummvm/scummvm/commit/74e7fd1ba977fdcfba6cc7e2e0031a06245d804f
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2024-11-06T15:36:13+01:00

Commit Message:
WINTERMUTE: Typo

Changed paths:
    engines/wintermute/base/gfx/opengl/base_render_opengl3d.h


diff --git a/engines/wintermute/base/gfx/opengl/base_render_opengl3d.h b/engines/wintermute/base/gfx/opengl/base_render_opengl3d.h
index cefad6f67dd..a241dd5b849 100644
--- a/engines/wintermute/base/gfx/opengl/base_render_opengl3d.h
+++ b/engines/wintermute/base/gfx/opengl/base_render_opengl3d.h
@@ -151,7 +151,7 @@ public:
 
 	bool setViewport3D(DXViewport *viewport) override;
 
-protected:
+private:
 	SimpleShadowVertex _simpleShadow[4]{};
 	Common::Array<DXVector4> _lightPositions;
 	Common::Array<DXVector3> _lightDirections;




More information about the Scummvm-git-logs mailing list