Fixed order <.< you saw nothing.
This commit is contained in:
parent
a042453690
commit
081ec4b70a
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
|||
this.theProfiler.endStartSection("tickChunk");
|
||||
- var7.updateSkylight();
|
||||
+ //Limits and evenly distributes the lighting update time
|
||||
+ if (startTime - System.nanoTime() <= 4000000 && doneChunks.add(var4))
|
||||
+ if (System.nanoTime() - startTime <= 4000000 && doneChunks.add(var4))
|
||||
+ {
|
||||
+ var7.updateSkylight();
|
||||
+ }
|
||||
|
|
Loading…
Reference in a new issue