mirror of
https://github.com/photonstorm/phaser
synced 2025-03-01 05:47:28 +00:00
Merge pull request #3172 from Antriel/master
Added missing require for Point.
This commit is contained in:
commit
b58814e8d7
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ Point.Floor = require('./Floor');
|
|||
Point.GetCentroid = require('./GetCentroid');
|
||||
Point.GetMagnitude = require('./GetMagnitude');
|
||||
Point.GetMagnitudeSq = require('./GetMagnitudeSq');
|
||||
Point.GetRectangleFromPoints = require('./GetRectangleFromPoints');
|
||||
Point.Interpolate = require('./Interpolate');
|
||||
Point.Invert = require('./Invert');
|
||||
Point.Multiply = require('./Multiply');
|
||||
|
|
Loading…
Add table
Reference in a new issue