mirror of
https://github.com/wassname/phaser.git
synced 2026-09-10 12:29:30 +08:00
Updated p2.js to latest build.
This commit is contained in:
@@ -23,3 +23,11 @@ Utils.appendArray = function(a,b){
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* The array type to use for internal numeric computations.
|
||||
* @type {Array}
|
||||
* @static
|
||||
* @property ARRAY_TYPE
|
||||
*/
|
||||
Utils.ARRAY_TYPE = Float32Array || Array;
|
||||
|
||||
Reference in New Issue
Block a user