[Scummvm-git-logs] scummvm master -> e5ac43c81d565dbd7e9d224c7757b0d08bdeb6f5
aquadran
noreply at scummvm.org
Mon Oct 6 14:02:17 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:
e5ac43c81d WINTERMUTE: CID 1639883
Commit: e5ac43c81d565dbd7e9d224c7757b0d08bdeb6f5
https://github.com/scummvm/scummvm/commit/e5ac43c81d565dbd7e9d224c7757b0d08bdeb6f5
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2025-10-06T16:02:12+02:00
Commit Message:
WINTERMUTE: CID 1639883
Changed paths:
engines/wintermute/base/gfx/tinygl/base_surface_tinygl.h
diff --git a/engines/wintermute/base/gfx/tinygl/base_surface_tinygl.h b/engines/wintermute/base/gfx/tinygl/base_surface_tinygl.h
index b2df2766ac2..bdda083e5ce 100644
--- a/engines/wintermute/base/gfx/tinygl/base_surface_tinygl.h
+++ b/engines/wintermute/base/gfx/tinygl/base_surface_tinygl.h
@@ -83,8 +83,8 @@ private:
BaseRenderer3D *_renderer;
Graphics::Surface *_imageData;
Graphics::Surface *_maskData;
- uint _texWidth;
- uint _texHeight;
+ uint _texWidth{};
+ uint _texHeight{};
bool _pixelOpReady;
bool _surfaceModified;
TinyGL::BlitImage *_blitImage;
More information about the Scummvm-git-logs
mailing list