We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ade97b commit 1edd5e8Copy full SHA for 1edd5e8
godot-core/src/init/mod.rs
@@ -172,6 +172,9 @@ fn gdext_on_level_deinit(level: InitLevel) {
172
// If lowest level is unloaded, call global deinitialization.
173
// No business logic by itself, but ensures consistency if re-initialization (hot-reload on Linux) occurs.
174
175
+ #[cfg(since_api = "4.2")]
176
+ crate::task::cleanup();
177
+
178
// Garbage-collect various statics.
179
// SAFETY: this is the last time meta APIs are used.
180
unsafe {
0 commit comments