Skip to content

Commit

Permalink
Fix special faces color
Browse files Browse the repository at this point in the history
  • Loading branch information
UnrealKaraulov committed Jan 8, 2024
1 parent 24a30ae commit 88254f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/BspRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ int BspRenderer::refreshModel(int modelIdx, bool refreshClipnodes, bool noTriang

if (isSpecial)
{
lightmapAtlas[0] = redTex;
lightmapAtlas[0] = whiteTex;
}

int entIdx = map->get_ent_from_model(modelIdx);
Expand Down

0 comments on commit 88254f7

Please sign in to comment.