Skip to content
Snippets Groups Projects
Commit 419046d9 authored by David Gilbert's avatar David Gilbert :bug:
Browse files

small bugfixes

parent c6fe61e1
Branches
No related tags found
No related merge requests found
No preview for this file type
......@@ -158,6 +158,7 @@ void FOptiXModule::LoadSceneData()
SceneData.SceneName = SceneFile;
SceneData.SceneName.RemoveFromEnd(".zmx");
SceneData.SceneName.RemoveFromStart(SceneDataDirectory);
SceneData.SceneName.RemoveFromStart("/");
TArray<FString> Lines;
FFileHelper::LoadFileToStringArray(Lines, *SceneFile);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment