Update: impact_snake_loaded (o7s7v9qq97.js) 9 bytes modified

beta.r3js.org
-=yb4f310 2018-03-02 15:26:27 +01:00
parent 7b2e99afa3
commit d4717182bf
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ ig.System.inject({
this.fps = fps;
this.clock = new ig.Timer();
this.canvas = GameLib.EntityManager.findComponentById('ov13qo2j1m').instance;
this.canvas = GameLib.EntityManager.Instance.findComponentById('ov13qo2j1m').instance;
this.resize( width, height, scale );
this.context = this.canvas.getContext('2d');