diff options
| author | Emmanuel Leblond | 2017-10-09 00:31:25 +0200 |
|---|---|---|
| committer | Emmanuel Leblond | 2017-10-09 00:31:25 +0200 |
| commit | 6363bcf209d90d2ff1baf1b22bb8d8c7c1d1b7fd (patch) | |
| tree | cc94ed3f511ccf0eb9e8904601001d75de5eee5b /modules/gdnative/register_types.cpp | |
| parent | b9702991a199109b6dce1d6b54800b1e9235aa57 (diff) | |
| download | godot-6363bcf209d90d2ff1baf1b22bb8d8c7c1d1b7fd.tar.gz godot-6363bcf209d90d2ff1baf1b22bb8d8c7c1d1b7fd.tar.zst godot-6363bcf209d90d2ff1baf1b22bb8d8c7c1d1b7fd.zip | |
Diffstat (limited to 'modules/gdnative/register_types.cpp')
| -rw-r--r-- | modules/gdnative/register_types.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdnative/register_types.cpp b/modules/gdnative/register_types.cpp index 997c34204..059cd197d 100644 --- a/modules/gdnative/register_types.cpp +++ b/modules/gdnative/register_types.cpp @@ -247,6 +247,7 @@ void unregister_gdnative_types() { singleton_gdnatives[i]->terminate(); } + singleton_gdnatives.clear(); unregister_nativescript_types(); |
