Skip to content

Commit

Permalink
Missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
hexagonrecursion committed Aug 21, 2024
1 parent 67d58a8 commit d2b34fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colobot-base/src/level/robotmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3163,7 +3163,7 @@ void CRobotMain::CreateScene(bool soluce, bool fixScene, bool resetObject)

if (line->GetCommand() == "ForegroundName" && !resetObject)
{
m_engine->SetForegroundName(line->GetParam("image")->AsPath("textures"));
m_engine->SetForegroundName(TempToString(line->GetParam("image")->AsPath("textures")));
continue;
}

Expand Down

0 comments on commit d2b34fb

Please sign in to comment.