FREESCAPE: Fix typo
This commit is contained in:
parent
c36b35b28f
commit
2d154c3b70
1 changed files with 2 additions and 2 deletions
|
@ -512,8 +512,8 @@ void FreescapeEngine::processInput() {
|
|||
|
||||
#if defined(__ANDROID__) || defined(IPHONE)
|
||||
Common::Point resolution = _gfx->nativeResolution();
|
||||
mousPos.x = _screenW * mousePos.x / resolution.x;
|
||||
mousPos.y = _screenH * mousePos.y / resolution.y;
|
||||
mousePos.x = _screenW * mousePos.x / resolution.x;
|
||||
mousePos.y = _screenH * mousePos.y / resolution.y;
|
||||
touchedScreenControls = onScreenControls(mousePos);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue