Added log level to config
This commit is contained in:
@@ -125,6 +125,9 @@ int dd::Skeleton::GetBoneID(std::string name)
|
||||
|
||||
void dd::Skeleton::PrintSkeleton()
|
||||
{
|
||||
if (LOG_LEVEL < LOG_LEVEL_DEBUG) {
|
||||
return;
|
||||
}
|
||||
PrintSkeleton(RootBone, 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user