mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
- SW: Moved the key display on the fullscreen HUD above the ammo display.
Space is a bit too tight when activating the clip display otherwise, especially on 4:3 screens.
This commit is contained in:
parent
30c15c11f2
commit
5136e7dc2d
1 changed files with 1 additions and 1 deletions
|
@ -876,7 +876,7 @@ private:
|
|||
//
|
||||
// keys
|
||||
//
|
||||
DisplayKeys(pp, -105, -18, 0.8625, 0.8625);
|
||||
DisplayKeys(pp, -25, -38, 0.8625, 0.8625);
|
||||
PrintLevelStats(int(baseScale + 4));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue