diff options
| author | Juan Linietsky <reduzio@gmail.com> | 2018-08-20 16:35:36 -0300 |
|---|---|---|
| committer | Juan Linietsky <reduzio@gmail.com> | 2018-08-20 16:35:36 -0300 |
| commit | 031f763d4fda4e0dbcdf90a170aad3124c50c062 (patch) | |
| tree | 15f0b30c999d5ff3d3fced7480fc0e4c6598d26e /core/object.h | |
| parent | c1bd768ca2d5fcd7c505b1af5e4de753799a3476 (diff) | |
| download | redot-engine-031f763d4fda4e0dbcdf90a170aad3124c50c062.tar.gz | |
Crash fixes for material and animtree
Diffstat (limited to 'core/object.h')
| -rw-r--r-- | core/object.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/object.h b/core/object.h index 52c9c509ab..d741371306 100644 --- a/core/object.h +++ b/core/object.h @@ -551,6 +551,8 @@ protected: friend class ClassDB; virtual void _validate_property(PropertyInfo &property) const; + void _disconnect(const StringName &p_signal, Object *p_to_object, const StringName &p_to_method, bool p_force = false); + public: //should be protected, but bug in clang++ static void initialize_class(); _FORCE_INLINE_ static void register_custom_data_to_otdb(){}; |
