Removes unnecessary semicolons
This commit is contained in:
@@ -102,7 +102,7 @@ public class BusRenderHelper implements IPartRenderHelper
|
||||
return false;
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
BoundBoxCalculator bbc = new BoundBoxCalculator();
|
||||
|
||||
|
||||
@@ -126,7 +126,7 @@ public class RenderBlocksWorkaround extends RenderBlocks
|
||||
lightHash = 0;
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
private LightingCache lightState = new LightingCache();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user