- fixed Clang compilation error.

This commit is contained in:
Christoph Oelckers 2021-04-17 18:47:15 +02:00
parent cdf89b9175
commit eff7d66742
1 changed files with 1 additions and 1 deletions

View File

@ -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
{