Moving SSEffects settings into class
This commit is contained in:
parent
ddc4ae1175
commit
02b0c22e38
8 changed files with 193 additions and 192 deletions
|
|
@ -108,9 +108,9 @@ bool Utilities::free(RID p_rid) {
|
|||
} else if (owns_visibility_notifier(p_rid)) {
|
||||
visibility_notifier_free(p_rid);
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
/* DEPENDENCIES */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue