This commit is contained in:
Shinovon 2026-05-07 19:34:24 +05:00
parent 9ae42063f8
commit b1eaa2fcdf

View file

@ -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;