FIX IT AHTUNG AHTUNG ALL DOESNT WORK FIX IT FIX IT FIX IT FIX IT BIG WARNING BIG WARNING

This commit is contained in:
InviseDivine
2026-03-29 16:53:46 +02:00
parent f016f00eab
commit 3cfa2d9ee7
5 changed files with 25 additions and 21 deletions

View File

@@ -730,7 +730,6 @@ void Gui::renderDebugInfo() {
// Position
float px = p->x, py = p->y - p->heightOffset, pz = p->z;
posTranslator.to(px, py, pz);
int bx = (int)floorf(px), by = (int)floorf(py), bz = (int)floorf(pz);
int cx = bx >> 4, cz = bz >> 4;