Skip to content

Commit 01d3b7d

Browse files
committed
Missed out the config
1 parent 3490b29 commit 01d3b7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/physics/matter-js/MatterPhysics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ var MatterPhysics = new Class({
106106
*/
107107
start: function ()
108108
{
109-
this.world = new World(this.scene, config);
109+
this.world = new World(this.scene, this.config);
110110
this.add = new Factory(this.world);
111111

112112
var eventEmitter = this.systems.events;

0 commit comments

Comments
 (0)