mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-10 00:52:11 +01:00
Fix Instancing Ref<>'s.
This commit is contained in:
parent
dd653ae60a
commit
f9df80e197
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user