We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8832ee1 commit 6589841Copy full SHA for 6589841
3Dev/src/ScriptManager.cpp
@@ -150,7 +150,7 @@ void ScriptManager::Load(std::string filename)
150
}
151
152
for(int i = 0; i < data["scripts"].size(); i++)
153
- scripts.push_back(std::filesystem::absolute(data["scripts"][i].asString()).string());
+ scripts.push_back(data["scripts"][i].asString());
154
155
156
void ScriptManager::LoadScript(std::string filename)
0 commit comments