Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dpjudas/VkDoom
Browse files Browse the repository at this point in the history
  • Loading branch information
nashmuhandes committed Oct 1, 2024
2 parents 9cd2f75 + c64b5bb commit a0f56b3
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 @@ -2119,7 +2119,7 @@ void DoomLevelMesh::DeleteLightmapLump(FLevelLocals& doomMap)
if (fullpath.Len() == 0)
return;

Printf("Deleting LIGHTMAP lump into %s\n", fullpath.GetChars());
Printf("Deleting LIGHTMAP lump from %s\n", fullpath.GetChars());

FileReader reader;
if (!reader.OpenFile(fullpath.GetChars()))
Expand Down

0 comments on commit a0f56b3

Please sign in to comment.