mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
- fixed Clang compilation error.
This commit is contained in:
parent
cdf89b9175
commit
eff7d66742
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue