diff options
author | kubeczek <kubecz3k@gmail.com> | 2017-06-13 17:49:28 +0200 |
---|---|---|
committer | kubeczek <kubecz3k@gmail.com> | 2017-06-13 17:49:28 +0200 |
commit | a81b706e0991bc4df7cbe3dc3e6d451454bc4b1e (patch) | |
tree | e9d4ac76b093c194f3dc2f7ff3bc074c0eab2c4b /core/bind/core_bind.h | |
parent | a8a1f2e2a864e6b58d5bcf1c7e53a43cdb6d95d9 (diff) | |
download | redot-engine-a81b706e0991bc4df7cbe3dc3e6d451454bc4b1e.tar.gz |
Fixed thread check, solves: #3698
Diffstat (limited to 'core/bind/core_bind.h')
-rw-r--r-- | core/bind/core_bind.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h index e48b5c85ad..a2fb6c966c 100644 --- a/core/bind/core_bind.h +++ b/core/bind/core_bind.h @@ -634,6 +634,8 @@ public: Dictionary get_version_info() const; + bool is_in_fixed_frame() const; + _Engine(); }; |