We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b50a87 commit c1a4fb0Copy full SHA for c1a4fb0
1 file changed
src/gameobjects/GameObject.js
@@ -391,7 +391,7 @@ var GameObject = new Class({
391
* removed from the Input Manager and cleared from this Game Object.
392
*
393
* If you wish to re-enable this Game Object at a later date you will need to
394
- * re-create its InteractiveOobject by calling `setInteractive` again.
+ * re-create its InteractiveObject by calling `setInteractive` again.
395
396
* If you wish to only temporarily stop an object from receiving input then use
397
* `disableInteractive` instead, as that toggles the interactive state, where-as
0 commit comments