[Scummvm-git-logs] scummvm master -> f495cf4829711f1c873f077486e390a2094998c1
sev-
noreply at scummvm.org
Fri May 9 22:34:18 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:
f495cf4829 VIDEO: QTVR: Do not attempt to access panorama for object movies
Commit: f495cf4829711f1c873f077486e390a2094998c1
https://github.com/scummvm/scummvm/commit/f495cf4829711f1c873f077486e390a2094998c1
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-05-10T00:33:38+02:00
Commit Message:
VIDEO: QTVR: Do not attempt to access panorama for object movies
Changed paths:
video/qtvr_decoder.cpp
diff --git a/video/qtvr_decoder.cpp b/video/qtvr_decoder.cpp
index c7f67e09310..00a59ee6b59 100644
--- a/video/qtvr_decoder.cpp
+++ b/video/qtvr_decoder.cpp
@@ -1611,8 +1611,6 @@ void QuickTimeDecoder::handleObjectMouseButton(bool isDown, int16 x, int16 y, bo
}
_isMouseButtonDown = isDown;
- PanoTrackHandler *track = (PanoTrackHandler *)getTrack(_panoTrack->targetTrack);
- track->setDirty();
}
void QuickTimeDecoder::handlePanoMouseButton(bool isDown, int16 x, int16 y, bool repeat) {
More information about the Scummvm-git-logs
mailing list