[Scummvm-git-logs] scummvm master -> 0cc68b602ca56a3448400bf1eb6130fc07fb52c4
grisenti
noreply at scummvm.org
Thu Jul 24 20:33:36 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:
0cc68b602c HPL1: remove useless call
Commit: 0cc68b602ca56a3448400bf1eb6130fc07fb52c4
https://github.com/scummvm/scummvm/commit/0cc68b602ca56a3448400bf1eb6130fc07fb52c4
Author: grisenti (emanuele at grisenti.net)
Date: 2025-07-24T22:33:20+02:00
Commit Message:
HPL1: remove useless call
Changed paths:
engines/hpl1/engine/graphics/RendererPostEffects.cpp
diff --git a/engines/hpl1/engine/graphics/RendererPostEffects.cpp b/engines/hpl1/engine/graphics/RendererPostEffects.cpp
index 405f52fb758..45109415d48 100644
--- a/engines/hpl1/engine/graphics/RendererPostEffects.cpp
+++ b/engines/hpl1/engine/graphics/RendererPostEffects.cpp
@@ -465,9 +465,6 @@ void cRendererPostEffects::RenderMotionBlur() {
// Setup
iTexture *pScreenTexture = mpScreenBuffer[mImageTrailData.mlCurrentBuffer == 0 ? 1 : 0];
- // Size of the virtual screen
- /*cVector2f vVirtSize = */ mpLowLevelGraphics->GetVirtualSize();
-
// Copy screen to texture
mpLowLevelGraphics->CopyContextToTexure(pScreenTexture, 0, cVector2l((int)mvScreenSize.x, (int)mvScreenSize.y));
More information about the Scummvm-git-logs
mailing list