Skip to content

Commit bf741e9

Browse files
committed
Restored Arcade Physics v1 and merged in all the core changes
1 parent 40b325a commit bf741e9

18 files changed

Lines changed: 1692 additions & 4537 deletions

src/physics/arcade/ArcadePhysics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ var ArcadePhysics = new Class({
568568
{
569569
return OverlapRect(this.world, x, y, width, height, includeDynamic, includeStatic);
570570
},
571-
571+
572572
/**
573573
* The Scene that owns this plugin is shutting down.
574574
* We need to kill and reset all internal properties as well as stop listening to Scene events.

0 commit comments

Comments
 (0)