mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
- now, where this that 6 come from...?
This commit is contained in:
parent
bc3a921a72
commit
d55f55c04d
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ void GameInterface::DrawNativeMenuText(int fontnum, int state, double xpos, doub
|
|||
int ydim_upper = 0;
|
||||
int ydim_lower = ydim - 1;
|
||||
//int32_t const indent = 0; // not set for any relevant menu
|
||||
int x = int(xpos * 65536 * 6);
|
||||
int x = int(xpos * 65536);
|
||||
|
||||
uint8_t status = 0;
|
||||
if (state == NIT_SelectedState)
|
||||
|
|
Loading…
Reference in a new issue