Fix missing space in fatal error for non-parent armature bone detection
This commit is contained in:
parent
9fdec3067e
commit
ee91cf31e2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user