Merge branch 'main' into heightmaps

This commit is contained in:
MihailRis
2024-08-14 00:38:35 +03:00
5 changed files with 22 additions and 22 deletions
-1
View File
@@ -39,7 +39,6 @@ LevelController* scripting::controller = nullptr;
static void load_script(const fs::path& name, bool throwable) {
auto paths = scripting::engine->getPaths();
fs::path file = paths->getResourcesFolder() / fs::path("scripts") / name;
std::string src = files::read_string(file);
auto L = lua::get_main_thread();
lua::loadbuffer(L, 0, src, file.u8string());