mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-23 01:57:21 +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 w = Size().iWidth;
|
||||||
int h = Size().iHeight;
|
int h = Size().iHeight;
|
||||||
|
|
||||||
if (h > 360) y += (h * 360) / 480;
|
if (h > 360) y = (y * 360) / 480;
|
||||||
|
|
||||||
// if (FrontEndMenuManager.m_bMenuActive) {
|
// if (FrontEndMenuManager.m_bMenuActive) {
|
||||||
// PSGLOBAL(lastMousePos).x = x;
|
// PSGLOBAL(lastMousePos).x = x;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue