aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sludge/backdrop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sludge/backdrop.cpp b/engines/sludge/backdrop.cpp
index 0e41230f36..610a84a2a4 100644
--- a/engines/sludge/backdrop.cpp
+++ b/engines/sludge/backdrop.cpp
@@ -367,7 +367,7 @@ void GraphicsManager::drawBackDrop() {
return;
// draw backdrop
Graphics::TransparentSurface tmp(_backdropSurface, false);
- tmp.blit(_renderSurface, 0, 0);
+ tmp.blit(_renderSurface, -_cameraX, -_cameraY);
}
bool GraphicsManager::loadLightMap(int v) {