mirror of
https://github.com/wassname/phaser.git
synced 2026-09-12 12:40:47 +08:00
Github Bug Fixes
This commit is contained in:
@@ -262,7 +262,7 @@ module Phaser {
|
||||
**/
|
||||
get isEmpty(): bool {
|
||||
|
||||
if (this._diameter < 1)
|
||||
if (this._diameter <= 0)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user