chore: fmt

This commit is contained in:
Sally Knight
2026-03-27 20:37:52 +03:00
committed by Tropical
parent 1a478c8a5b
commit 02845d9a5f
5 changed files with 26 additions and 25 deletions

View File

@@ -43,7 +43,7 @@ void Button::render(Minecraft* minecraft, int xm, int ym) {
Font* font = minecraft->font;
// glBindTexture(GL_TEXTURE_2D, minecraft->textures->loadTexture(
// TN_GUI_GUI)); // 4J was L"/gui/gui.png"
// TN_GUI_GUI)); // 4J was L"/gui/gui.png"
minecraft->textures->bindTexture(&GUI_GUI_LOCATION);
glColor4f(1, 1, 1, 1);