From 3db6aed4e474d5b16639ee4958d1cd13504d12fb Mon Sep 17 00:00:00 2001 From: D G Turner Date: Sun, 24 Nov 2019 08:57:46 +0000 Subject: LINUXMOTO: Fix Compilation --- backends/graphics/linuxmotosdl/linuxmotosdl-graphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/graphics/linuxmotosdl') diff --git a/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.cpp b/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.cpp index b0837db2c6..31f414fbb6 100644 --- a/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.cpp +++ b/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.cpp @@ -260,7 +260,7 @@ void LinuxmotoSdlGraphicsManager::internUpdateScreen() { _currentShakeXOffset = _gameScreenShakeXOffset; - _forceFull = true; + _forceRedraw = true; } if (_currentShakeYOffset != _gameScreenShakeYOffset || (_cursorNeedsRedraw && _mouseBackup.y <= _currentShakeYOffset)) { -- cgit v1.2.3