working light system
This commit is contained in:
@@ -78,11 +78,11 @@ window.Minecraft = class {
|
||||
this.window.mouseMotionX = 0;
|
||||
this.window.mouseMotionY = 0;
|
||||
}
|
||||
|
||||
while (this.world.updateLights()) ;
|
||||
|
||||
// Render the game
|
||||
this.worldRenderer.render(partialTicks);
|
||||
|
||||
while (this.world.updateLights()) ;
|
||||
}
|
||||
|
||||
onTick() {
|
||||
|
||||
Reference in New Issue
Block a user