BitmapData object added

This commit is contained in:
Richard Davey
2013-11-13 20:57:09 +00:00
parent 6a24d6116b
commit ebe441666c
12 changed files with 300 additions and 28 deletions
+1 -1
View File
@@ -938,7 +938,7 @@ Phaser.Math = {
}
return { sin: sinTable, cos: cosTable };
return { sin: sinTable, cos: cosTable, length: length };
},