implement mojang lightning of a1.2.6
This commit is contained in:
@@ -12,7 +12,7 @@ window.GameWindow = class {
|
||||
|
||||
// Stats
|
||||
this.stats = new Stats()
|
||||
this.stats.showPanel(0);
|
||||
this.stats.showPanel(1);
|
||||
wrapper.appendChild(this.stats.dom);
|
||||
|
||||
// Add web renderer canvas to wrapper
|
||||
|
||||
Reference in New Issue
Block a user