diff options
| author | catdbg <catsarecool222@proton.me> | 2026-03-06 10:56:35 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-06 12:56:35 -0600 |
| commit | 9cbbae1c3e4def3f1bb4adcb5aac7b5369ea6bc4 (patch) | |
| tree | 9c633efb5281abc3abb00edd8f99ec0ab457e22b /Minecraft.Client/Font.h | |
| parent | 84c06dde726d93faf24835eda92325ba35eb46ca (diff) | |
Batch font drawing to fix debug overlay FPS (#732)
Diffstat (limited to 'Minecraft.Client/Font.h')
| -rw-r--r-- | Minecraft.Client/Font.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Minecraft.Client/Font.h b/Minecraft.Client/Font.h index 3d25880d..a5d117ca 100644 --- a/Minecraft.Client/Font.h +++ b/Minecraft.Client/Font.h @@ -47,6 +47,7 @@ public: private: void renderCharacter(wchar_t c); // 4J added + void addCharacterQuad(wchar_t c); void renderStyleLine(float x0, float y0, float x1, float y1); // solid line for underline/strikethrough public: |
