kittykatattack / learningPixi

A step-by-step introduction to making games and interactive media with the Pixi.js rendering engine.
4.4k stars 851 forks source link

Missing r in app.renderer.resize #79

Closed heydojo closed 6 years ago

heydojo commented 6 years ago

Change: app.enderer.resize(window.innerWidth, window.innerHeight); to app.renderer.resize(window.innerWidth, window.innerHeight);

heydojo commented 6 years ago

Gee; thanks :)