mirror of
https://github.com/dborth/vbagx.git
synced 2024-12-27 03:01:50 +01:00
Fixed Video menu bug (position did zoom and zoom did nothing).
This commit is contained in:
parent
d7ec9b193b
commit
52179a367c
@ -2656,11 +2656,11 @@ static int MenuSettingsVideo()
|
|||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 3:
|
case 2:
|
||||||
ScreenZoomWindow();
|
ScreenZoomWindow();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 4:
|
case 3:
|
||||||
ScreenPositionWindow();
|
ScreenPositionWindow();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user