Skip to content

Commit

Permalink
Update Gui.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Karaulov committed Dec 18, 2022
1 parent c79d223 commit 1003b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/Gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ void ExportModel(Bsp* map, int id, int ExportType)
{
tmpMap->update_ent_lump();
tmpMap->update_lump_pointers();
tmpMap->write(GetWorkDir() + "_" + map->bsp_name + "_model" + std::to_string(id) + ".bsp");
tmpMap->write(GetWorkDir() + map->bsp_name + "_model" + std::to_string(id) + ".bsp");
}
}

Expand Down

0 comments on commit 1003b7f

Please sign in to comment.