[Scummvm-git-logs] scummvm master -> 2062f2be8b61f4c19154f7d855ab082600f50eb5

aquadran noreply at scummvm.org
Tue Sep 30 09:18:53 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:
2062f2be8b WINTERMUTE: TinyGL: Cleanup


Commit: 2062f2be8b61f4c19154f7d855ab082600f50eb5
    https://github.com/scummvm/scummvm/commit/2062f2be8b61f4c19154f7d855ab082600f50eb5
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2025-09-30T11:18:45+02:00

Commit Message:
WINTERMUTE: TinyGL: Cleanup

Changed paths:
    engines/wintermute/base/gfx/tinygl/meshx_tinygl.cpp


diff --git a/engines/wintermute/base/gfx/tinygl/meshx_tinygl.cpp b/engines/wintermute/base/gfx/tinygl/meshx_tinygl.cpp
index 74f783e383c..2a9241a1b3a 100644
--- a/engines/wintermute/base/gfx/tinygl/meshx_tinygl.cpp
+++ b/engines/wintermute/base/gfx/tinygl/meshx_tinygl.cpp
@@ -108,7 +108,6 @@ bool XMeshTinyGL::render(XModel *model) {
 			static_cast<BaseSurfaceTinyGL *>(mat->getSurface())->setTexture();
 			tglTexParameteri(TGL_TEXTURE_2D, TGL_TEXTURE_MAG_FILTER, TGL_LINEAR);
 			tglTexParameteri(TGL_TEXTURE_2D, TGL_TEXTURE_MIN_FILTER, TGL_LINEAR_MIPMAP_LINEAR);
-			//tglGenerateMipmap(TGL_TEXTURE_2D);
 		} else {
 			tglBindTexture(TGL_TEXTURE_2D, 0);
 			tglDisable(TGL_TEXTURE_2D);




More information about the Scummvm-git-logs mailing list