mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-27 04:54:15 +01:00
[hud] Fix letter spacing
This commit is contained in:
parent
7a18cb1227
commit
5da27a92f5
@ -68,7 +68,7 @@ namespace dxvk::hud {
|
||||
sizeFactor * static_cast<float>(glyph.h) };
|
||||
|
||||
const HudPos origin = {
|
||||
pos.x + sizeFactor * static_cast<float>(glyph.originX),
|
||||
pos.x - sizeFactor * static_cast<float>(glyph.originX),
|
||||
pos.y - sizeFactor * static_cast<float>(glyph.originY) };
|
||||
|
||||
const HudPos posTl = { origin.x, origin.y };
|
||||
|
Loading…
x
Reference in New Issue
Block a user