You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Moving SSEffects settings into class
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user