Skip to content

Commit 72530d9

Browse files
committed
Default exists should be true!
1 parent c799dfe commit 72530d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/components/Core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Phaser.Component.Core.prototype = {
162162
* @property {boolean} _exists - Internal cache var.
163163
* @private
164164
*/
165-
_exists: false,
165+
_exists: true,
166166

167167
/**
168168
* Override and use this function in your own custom objects to handle any update requirements you may have.

0 commit comments

Comments
 (0)