[Scummvm-git-logs] scummvm master -> b58f86db38042896b93407fd765d7cba49e53d8d

whoozle noreply at scummvm.org
Thu Mar 12 20:54:32 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:
b58f86db38 PHOENIXVR: remove unused color unpacking code


Commit: b58f86db38042896b93407fd765d7cba49e53d8d
    https://github.com/scummvm/scummvm/commit/b58f86db38042896b93407fd765d7cba49e53d8d
Author: Vladimir Menshakov (vladimir.menshakov at gmail.com)
Date: 2026-03-12T20:54:07Z

Commit Message:
PHOENIXVR: remove unused color unpacking code

Changed paths:
    engines/phoenixvr/vr.cpp


diff --git a/engines/phoenixvr/vr.cpp b/engines/phoenixvr/vr.cpp
index 1d48c2ee599..14fcce5a78c 100644
--- a/engines/phoenixvr/vr.cpp
+++ b/engines/phoenixvr/vr.cpp
@@ -499,8 +499,6 @@ void VR::renderVR(Graphics::Screen *screen, float ax, float ay, float fov, float
 					regX -= kTau;
 				for (auto &reg : regSet->getRegions()) {
 					if (reg.contains3D(regX, kTau - regY)) {
-						byte r, g, b;
-						_pic->format.colorToRGB(color, r, g, b);
 						x += dx;
 					}
 				}




More information about the Scummvm-git-logs mailing list