Skip to content

Commit

Permalink
- fixed Clang compilation error.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Apr 17, 2021
1 parent cdf89b9 commit eff7d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/core/rendering/hw_voxels.cpp
Expand Up @@ -99,7 +99,7 @@ void LoadVoxelModels()
if (voxmodels[i])
voxmodels[i]->scale = voxscale[i];
else
Printf("Unable to load voxel from %s\n", fileSystem.GetFileFullPath(lumpnum));
Printf("Unable to load voxel from %s\n", fileSystem.GetFileFullPath(lumpnum).GetChars());
}
else
{
Expand Down

0 comments on commit eff7d66

Please sign in to comment.