From eff7d66742fbbb00602e9ac7971ee55a1a5741b3 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 17 Apr 2021 18:47:15 +0200 Subject: [PATCH] - fixed Clang compilation error. --- source/core/rendering/hw_voxels.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/rendering/hw_voxels.cpp b/source/core/rendering/hw_voxels.cpp index 7ee3cbc6a..b48a3ef6b 100644 --- a/source/core/rendering/hw_voxels.cpp +++ b/source/core/rendering/hw_voxels.cpp @@ -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 {