Skip to content

Commit

Permalink
Update BspMerger.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
UnrealKaraulov committed Mar 18, 2024
1 parent 296fafd commit 68e2053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bsp/BspMerger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Bsp* BspMerger::merge(std::vector<Bsp*> maps, const vec3& gap, const std::string
{
Bsp* mapB = maps[b];


mapB->load_ents();
mapB->save_undo_lightmaps();

g_progress.update("Merging lightstyles", (int)(maps[0]->faceCount + maps[b]->faceCount));
Expand Down

0 comments on commit 68e2053

Please sign in to comment.