text fix?

This commit is contained in:
iris committed 2025-08-24 22:40:12 -04:00
1 parent 8f02a358a4
commit 5cb84047b9
2 files changed
+3 -3

No files matched your search

+1 -1
View File
@@ -157,7 +157,7 @@ impl<'a, Ctx> Painter<'a, Ctx> {
// TODO: I feel like this shouldn't be needed
// what this does is makes sure the text doesn't get squeezed into one pixel less
// I'm unsure exactly why it happens or if this will ever expand it too much
region.bot_right.shift(0.01);
// region.bot_right.shift(0.01);
self.draw_texture_at(&handle, region);
}