This commit is contained in:
parent
109042ff52
commit
d8eac290cf
@ -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());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user