[Scummvm-git-logs] scummvm master -> 3953c109db403c2e94ca15d5f98891afa13baaab
whoozle
noreply at scummvm.org
Mon Feb 9 23:04:00 UTC 2026
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:
3953c109db PHOENIXVR: remove region set debug dump
Commit: 3953c109db403c2e94ca15d5f98891afa13baaab
https://github.com/scummvm/scummvm/commit/3953c109db403c2e94ca15d5f98891afa13baaab
Author: Vladimir Menshakov (vladimir.menshakov at gmail.com)
Date: 2026-02-09T23:03:31Z
Commit Message:
PHOENIXVR: remove region set debug dump
Changed paths:
engines/phoenixvr/phoenixvr.cpp
diff --git a/engines/phoenixvr/phoenixvr.cpp b/engines/phoenixvr/phoenixvr.cpp
index 90d2aa69571..7fe7c5c3c71 100644
--- a/engines/phoenixvr/phoenixvr.cpp
+++ b/engines/phoenixvr/phoenixvr.cpp
@@ -534,12 +534,6 @@ void PhoenixVREngine::tick(float dt) {
_angleX.add(float(da.x) * kSpeedX * dt);
_angleY.add(float(da.y) * kSpeedY * dt);
debug("angle %g %g -> %s", _angleX.angle(), _angleY.angle(), currentVRPos().toString().c_str());
- if (_regSet) {
- for (uint i = 0, n = _regSet->size(); i != n; ++i) {
- auto ® = _regSet->getRegion(i);
- debug("region %d: %s, in: %d", i, reg.toString().c_str(), reg.contains3D(currentVRPos()));
- }
- }
} else
_mouseRel = {};
More information about the Scummvm-git-logs
mailing list