mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-26 00:17:15 +00:00
chore: fmt
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user