Merge pull request #448 from nhowell/patch-1

Fix typo of Phaser.Point#setMagnitude for docs
This commit is contained in:
Richard Davey
2014-02-19 16:56:25 +00:00
+1 -1
View File
@@ -243,7 +243,7 @@ Phaser.Point.prototype = {
/**
* Alters the length of the vector without changing the direction
* @method Phaser.Point#getMagnitude
* @method Phaser.Point#setMagnitude
* @param {number} magnitude the desired magnitude of the resulting vector
* @return {Phaser.Point} the modified original vector
*/