mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 04:20:45 +00:00
- Duke: Slightly tune texty
in FullscreenHUD1()
to line it up perfectly.
This commit is contained in:
parent
8ffda1c9d1
commit
b1290448c5
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ public:
|
|||
FGameTexture* img;
|
||||
double imgScale;
|
||||
double baseScale = (scale * (fh+1));
|
||||
double texty = -fh - 2;
|
||||
double texty = -fh - 2.5;
|
||||
|
||||
//
|
||||
// Health
|
||||
|
|
Loading…
Reference in a new issue