[Scummvm-git-logs] scummvm master -> ffdca3b394495b80d4c38323307c86dbea62e53c

aquadran noreply at scummvm.org
Mon Sep 29 08:23:47 UTC 2025


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
ffdca3b394 WINTERMUTE: Sync with 2D renderer


Commit: ffdca3b394495b80d4c38323307c86dbea62e53c
    https://github.com/scummvm/scummvm/commit/ffdca3b394495b80d4c38323307c86dbea62e53c
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2025-09-29T10:23:22+02:00

Commit Message:
WINTERMUTE: Sync with 2D renderer

Changed paths:
    engines/wintermute/base/gfx/opengl/base_render_opengl3d.cpp
    engines/wintermute/base/gfx/opengl/base_render_opengl3d_shader.cpp


diff --git a/engines/wintermute/base/gfx/opengl/base_render_opengl3d.cpp b/engines/wintermute/base/gfx/opengl/base_render_opengl3d.cpp
index 2fcade07025..500dd53032a 100644
--- a/engines/wintermute/base/gfx/opengl/base_render_opengl3d.cpp
+++ b/engines/wintermute/base/gfx/opengl/base_render_opengl3d.cpp
@@ -108,6 +108,8 @@ bool BaseRenderOpenGL3D::initRenderer(int width, int height, bool windowed) {
 	_width = width;
 	_height = height;
 
+	g_system->showMouse(false);
+
 	setViewport(0, 0, width, height);
 
 	setProjection();
diff --git a/engines/wintermute/base/gfx/opengl/base_render_opengl3d_shader.cpp b/engines/wintermute/base/gfx/opengl/base_render_opengl3d_shader.cpp
index 637449ff382..422c47d7325 100644
--- a/engines/wintermute/base/gfx/opengl/base_render_opengl3d_shader.cpp
+++ b/engines/wintermute/base/gfx/opengl/base_render_opengl3d_shader.cpp
@@ -195,6 +195,8 @@ bool BaseRenderOpenGL3DShader::initRenderer(int width, int height, bool windowed
 	_width = width;
 	_height = height;
 
+	g_system->showMouse(false);
+
 	setViewport(0, 0, width, height);
 
 	setProjection();




More information about the Scummvm-git-logs mailing list