1
0
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:
Bastiaan Olij
2022-09-29 15:37:10 +10:00
parent ddc4ae1175
commit 02b0c22e38
8 changed files with 193 additions and 192 deletions

View File

@@ -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 */