[Scummvm-git-logs] scummvm master -> 15f59b787e6fc2edfe114c6f93d2a0e500cf5cc2
sev-
noreply at scummvm.org
Wed Feb 19 10:10:29 UTC 2025
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:
15f59b787e VIDEO: QTVR: Do not reset initial panorama position
Commit: 15f59b787e6fc2edfe114c6f93d2a0e500cf5cc2
https://github.com/scummvm/scummvm/commit/15f59b787e6fc2edfe114c6f93d2a0e500cf5cc2
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-02-19T11:10:05+01:00
Commit Message:
VIDEO: QTVR: Do not reset initial panorama position
Changed paths:
video/qtvr_decoder.cpp
diff --git a/video/qtvr_decoder.cpp b/video/qtvr_decoder.cpp
index 2b478b15f9e..bcd54c1e16a 100644
--- a/video/qtvr_decoder.cpp
+++ b/video/qtvr_decoder.cpp
@@ -506,9 +506,6 @@ void QuickTimeDecoder::PanoTrackHandler::constructPanorama() {
_constructedHotspots = constructMosaic(track, desc->_hotSpotNumFramesX, desc->_hotSpotNumFramesY, "dumps/pano-hotspot.png");
_isPanoConstructed = true;
-
- _decoder->_panAngle = desc->_hPanStart;
- _decoder->_tiltAngle = 0.0f;
}
Common::Point QuickTimeDecoder::PanoTrackHandler::projectPoint(int16 mx, int16 my) {
More information about the Scummvm-git-logs
mailing list