that was dumb
This commit is contained in:
parent
9577967da1
commit
fadb17f364
@ -216,11 +216,13 @@ public final class PathRenderer implements Helper {
|
|||||||
y2 = 0;
|
y2 = 0;
|
||||||
minY = 0 - renderPosY;
|
minY = 0 - renderPosY;
|
||||||
maxY = 256 - renderPosY;
|
maxY = 256 - renderPosY;
|
||||||
} else {
|
} else if (goal instanceof GoalComposite) {
|
||||||
for (Goal g : ((GoalComposite) goal).goals()) {
|
for (Goal g : ((GoalComposite) goal).goals()) {
|
||||||
drawLitDankGoalBox(player, g, partialTicks, color);
|
drawLitDankGoalBox(player, g, partialTicks, color);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
} else {
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
GlStateManager.enableBlend();
|
GlStateManager.enableBlend();
|
||||||
|
Loading…
Reference in New Issue
Block a user