Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
nashmuhandes committed Oct 24, 2024
1 parent e86b092 commit 521d44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rendering/hwrenderer/doom_levelmesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static int InvalidateLightmap()
{
int count = 0;

for (auto& tile : level.levelMesh->LightmapTiles)
for (auto& tile : level.levelMesh->Lightmap.Tiles)
{
if (!tile.NeedsUpdate)
++count;
Expand Down

0 comments on commit 521d44d

Please sign in to comment.