mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-29 13:00:43 +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;
|
FGameTexture* img;
|
||||||
double imgScale;
|
double imgScale;
|
||||||
double baseScale = (scale * (fh+1));
|
double baseScale = (scale * (fh+1));
|
||||||
double texty = -fh - 2;
|
double texty = -fh - 2.5;
|
||||||
|
|
||||||
//
|
//
|
||||||
// Health
|
// Health
|
||||||
|
|
Loading…
Reference in a new issue