mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-03 07:59:38 +00:00
TOLTECS: Corrected debug output.
This commit is contained in:
parent
59bbad2ac8
commit
e2b3a35486
@ -380,7 +380,7 @@ void ToltecsEngine::updateCamera() {
|
||||
_cameraY = _newCameraY;
|
||||
}
|
||||
|
||||
debug(0, "ToltecsEngine::checkCamera() _cameraX = %d; _cameraY = %d", _cameraX, _cameraY);
|
||||
debug(0, "ToltecsEngine::updateCamera() _cameraX = %d; _cameraY = %d", _cameraX, _cameraY);
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user