You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
-Fixed post-import script-reload buf, fixes #1683
This commit is contained in:
@@ -59,6 +59,10 @@ void Reference::_bind_methods() {
|
||||
ObjectTypeDB::bind_method(_MD("unreference"),&Reference::unreference);
|
||||
}
|
||||
|
||||
int Reference::reference_get_count() const {
|
||||
return refcount.get();
|
||||
}
|
||||
|
||||
void Reference::reference(){
|
||||
|
||||
refcount.ref();
|
||||
|
||||
Reference in New Issue
Block a user