mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-03 18:45:01 +00:00
chore: fmt, remove subprojects
This commit is contained in:
@@ -496,7 +496,8 @@ void Gui::render(float a, bool mouseFree, int xMouse, int yMouse) {
|
||||
int y0 = 0;
|
||||
// 4J-PB - no hardcore in xbox
|
||||
// if
|
||||
// (minecraft.level.getLevelData().isHardcore()) { y0 = 5;
|
||||
// (minecraft.level.getLevelData().isHardcore()) {
|
||||
// y0 = 5;
|
||||
// }
|
||||
blit(xo, yo, 16 + bg * 9, 9 * 0, 9, 9);
|
||||
if (blink) {
|
||||
@@ -571,7 +572,7 @@ void Gui::render(float a, bool mouseFree, int xMouse, int yMouse) {
|
||||
////////////////////////////
|
||||
if (bDisplayGui) {
|
||||
// glDisable(GL_BLEND); 4J - removed - we want
|
||||
//to be able to fade our gui
|
||||
// to be able to fade our gui
|
||||
|
||||
glEnable(GL_RESCALE_NORMAL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user