mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-05-06 17:51:36 +02: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) {
|
void ref_pointer(T *p_ref) {
|
||||||
ERR_FAIL_COND(!p_ref);
|
//ERR_FAIL_COND(!p_ref);
|
||||||
|
|
||||||
if (p_ref->init_ref()) {
|
if (p_ref->init_ref()) {
|
||||||
reference = p_ref;
|
reference = p_ref;
|
||||||
|
Loading…
Reference in New Issue
Block a user