- fixed Clang compilation error.

This commit is contained in:
Christoph Oelckers 2021-04-17 18:47:15 +02:00
parent cdf89b9175
commit eff7d66742

View file

@ -99,7 +99,7 @@ void LoadVoxelModels()
if (voxmodels[i]) if (voxmodels[i])
voxmodels[i]->scale = voxscale[i]; voxmodels[i]->scale = voxscale[i];
else 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 else
{ {