This commit is contained in:
@@ -425,5 +425,5 @@ i32 AngelScriptResolver::IncludeCallback(const char* include, const char*, CScri
|
||||
if (!std::filesystem::exists(path)) {
|
||||
return -102;
|
||||
}
|
||||
return builder->AddSectionFromFile(path.c_str());
|
||||
return builder->AddSectionFromFile((const char*)path.c_str());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user