Fix Instancing Ref<>'s.

This commit is contained in:
Relintai 2021-08-22 20:50:26 +02:00
parent dd653ae60a
commit f9df80e197
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class Ref {
}
void ref_pointer(T *p_ref) {
ERR_FAIL_COND(!p_ref);
//ERR_FAIL_COND(!p_ref);
if (p_ref->init_ref()) {
reference = p_ref;