You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
-scripts are converted to bytecode on export
-fix bug in doc where touchscreen events were not documented
This commit is contained in:
@@ -1365,6 +1365,10 @@ void Main::cleanup() {
|
||||
OS::get_singleton()->_execpath="";
|
||||
OS::get_singleton()->_local_clipboard="";
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
EditorNode::unregister_editor_types();
|
||||
#endif
|
||||
|
||||
unregister_driver_types();
|
||||
unregister_module_types();
|
||||
unregister_scene_types();
|
||||
|
||||
Reference in New Issue
Block a user