mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-22 17:47:20 +03:00
Fix
This commit is contained in:
parent
9ae42063f8
commit
b1eaa2fcdf
1 changed files with 1 additions and 1 deletions
|
|
@ -622,7 +622,7 @@ public:
|
|||
int w = Size().iWidth;
|
||||
int h = Size().iHeight;
|
||||
|
||||
if (h > 360) y += (h * 360) / 480;
|
||||
if (h > 360) y = (y * 360) / 480;
|
||||
|
||||
// if (FrontEndMenuManager.m_bMenuActive) {
|
||||
// PSGLOBAL(lastMousePos).x = x;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue