Added log level to config

This commit is contained in:
2015-10-15 14:57:07 +02:00
parent 4182ba52b8
commit 4a031147a6
3 changed files with 6 additions and 0 deletions
+3
View File
@@ -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);
}