This commit is contained in:
FutureRave 2023-02-12 13:28:25 +00:00
parent c9e8f44ee3
commit 5a297c0c35
No known key found for this signature in database
GPG Key ID: 22F9079C86CFAB31

View File

@ -32,9 +32,9 @@ namespace gsc
void clear() void clear()
{ {
script_file_allocator.clear(); script_file_allocator.clear();
loaded_scripts.clear();
main_handles.clear(); main_handles.clear();
init_handles.clear(); init_handles.clear();
loaded_scripts.clear();
} }
bool read_raw_script_file(const std::string& name, std::string* data) bool read_raw_script_file(const std::string& name, std::string* data)