[Scummvm-git-logs] scummvm master -> b3c7d95765948928f21910feb635fa418f6f4a83
whoozle
noreply at scummvm.org
Tue Mar 10 01:44:06 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:
b3c7d95765 PHOENIXVR: remove tick log
Commit: b3c7d95765948928f21910feb635fa418f6f4a83
https://github.com/scummvm/scummvm/commit/b3c7d95765948928f21910feb635fa418f6f4a83
Author: Vladimir Menshakov (vladimir.menshakov at gmail.com)
Date: 2026-03-10T01:43:52Z
Commit Message:
PHOENIXVR: remove tick log
Changed paths:
engines/phoenixvr/phoenixvr.cpp
diff --git a/engines/phoenixvr/phoenixvr.cpp b/engines/phoenixvr/phoenixvr.cpp
index b458e86b885..7071fbadf51 100644
--- a/engines/phoenixvr/phoenixvr.cpp
+++ b/engines/phoenixvr/phoenixvr.cpp
@@ -1064,7 +1064,6 @@ Common::Error PhoenixVREngine::run() {
}
}
float dt = float(frameDuration) / 1000.0f;
- debug("tick %g", dt);
tick(dt);
// Delay for a bit. All events loops should have a delay
More information about the Scummvm-git-logs
mailing list