Fix missing space in fatal error for non-parent armature bone detection

This commit is contained in:
Richard Qian 2021-02-11 12:11:25 -06:00
parent 9fdec3067e
commit ee91cf31e2

View File

@ -120,8 +120,7 @@ struct Armature
}
if (!non_parent_bone)
{
Log::fatal("SPMeshLoader::Armature", "Non-parent bone missing in"
"armature");
Log::fatal("SPMeshLoader::Armature", "Non-parent bone missing in armature");
}
unsigned frame_size = 0;
spm->read(&frame_size, 2);