[Scummvm-git-logs] scummvm master -> 214dbb4f579f8817afbb26c9ac78d5a8da5732f8
aquadran
noreply at scummvm.org
Thu Oct 17 17:34:59 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:
214dbb4f57 WINTERMUTE: Remove leftover
Commit: 214dbb4f579f8817afbb26c9ac78d5a8da5732f8
https://github.com/scummvm/scummvm/commit/214dbb4f579f8817afbb26c9ac78d5a8da5732f8
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2024-10-17T19:34:54+02:00
Commit Message:
WINTERMUTE: Remove leftover
Changed paths:
engines/wintermute/base/gfx/xmodel.cpp
diff --git a/engines/wintermute/base/gfx/xmodel.cpp b/engines/wintermute/base/gfx/xmodel.cpp
index 42d5120ce0f..34c5627bdda 100644
--- a/engines/wintermute/base/gfx/xmodel.cpp
+++ b/engines/wintermute/base/gfx/xmodel.cpp
@@ -596,8 +596,6 @@ bool XModel::isTransparentAt(int x, int y) {
Math::Vector3d vPickRayDir = Math::Vector3d(pickRayDir._x, pickRayDir._y, pickRayDir._z);
return !_rootFrame->pickPoly(&vPickRayOrig, &vPickRayDir);
-
- return true;
}
//////////////////////////////////////////////////////////////////////////
More information about the Scummvm-git-logs
mailing list