Moved Log to Common and made some changes to log formatting

This commit is contained in:
parax0
2016-02-15 05:28:20 -07:00
parent d39a9dd1c1
commit a35044ef83
31 changed files with 149 additions and 115 deletions

View File

@@ -177,7 +177,7 @@ void CScene::SetActiveArea(CGameArea *pArea)
}
mRanPostLoad = false;
Log::Write( TString::FromInt32(CSceneNode::NumNodes()) + " nodes" );
Log::Write( TString::FromInt32(CSceneNode::NumNodes(), 0, 10) + " nodes" );
}
void CScene::SetActiveWorld(CWorld* pWorld)