Github Bug Fixes

This commit is contained in:
Richard Davey
2013-04-28 21:40:06 +01:00
parent a3b27fbf32
commit 21120c8b62
13 changed files with 99 additions and 31 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ module Phaser {
**/
get isEmpty(): bool {
if (this._diameter < 1)
if (this._diameter <= 0)
{
return true;
}