diff options
author | UsernameIsAReservedWord <yoann@terminajones.com> | 2015-03-28 18:42:01 +0100 |
---|---|---|
committer | UsernameIsAReservedWord <yoann@terminajones.com> | 2015-03-28 18:42:01 +0100 |
commit | 9cca88eb9261587875cc944a23811c9f1e62f492 (patch) | |
tree | a60214868c8c5b9f19d5a29d5e897914d1e9263f | |
parent | 3c67e22c3d0028df31e060ea28fb9f96b9f65cdf (diff) |
Update object.h
-rw-r--r-- | core/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/object.h b/core/object.h index 849bfc8510..0bd3d09c21 100644 --- a/core/object.h +++ b/core/object.h @@ -588,7 +588,7 @@ public: StringName XL_MESSAGE(const StringName& p_message) const; //translate message (internationalization) StringName tr(const StringName& p_message) const; //translate message (alternative) - bool _is_queued_for_deletion; // set to true by SceneTree::queue_delete(), and returned by + bool _is_queued_for_deletion; // set to true by SceneTree::queue_delete() bool is_queued_for_deletion() const; _FORCE_INLINE_ void set_message_translation(bool p_enable) { _can_translate=p_enable; } |