[Scummvm-git-logs] scummvm master -> 63e984584275e76bb74834b83887128d52d33d5e
sev-
noreply at scummvm.org
Fri May 2 09:13:41 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:
63e9845842 VIDEO: QTVR: Fix typo in projection parameter
Commit: 63e984584275e76bb74834b83887128d52d33d5e
https://github.com/scummvm/scummvm/commit/63e984584275e76bb74834b83887128d52d33d5e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-05-02T11:13:17+02:00
Commit Message:
VIDEO: QTVR: Fix typo in projection parameter
Changed paths:
video/qtvr_decoder.cpp
diff --git a/video/qtvr_decoder.cpp b/video/qtvr_decoder.cpp
index 1ad532fb8ab..3881e896bf6 100644
--- a/video/qtvr_decoder.cpp
+++ b/video/qtvr_decoder.cpp
@@ -629,7 +629,7 @@ void QuickTimeDecoder::PanoTrackHandler::swingTransitionHandler() {
// Due to floating point errors, we may end a few degrees here and there
// Make sure we reach the destination at the end of this loop
// Also we have to go back to our original quality
- projectPanorama(3, _decoder->_fov, _decoder->_hfov, _decoder->_panAngle, _decoder->_panAngle);
+ projectPanorama(3, _decoder->_fov, _decoder->_hfov, _decoder->_tiltAngle, _decoder->_panAngle);
}
const Graphics::Surface *QuickTimeDecoder::PanoTrackHandler::decodeNextFrame() {
More information about the Scummvm-git-logs
mailing list