Fixing some CColor bugs and fixing icon paths

This commit is contained in:
parax0
2015-12-16 12:17:03 -07:00
parent 6b8966f0b9
commit 610c1c11a5
6 changed files with 28 additions and 28 deletions

View File

@@ -11,7 +11,7 @@
#include <gtx/transform.hpp>
u32 CSceneNode::smNumNodes = 0;
CColor CSceneNode::skSelectionTint((u8) 39, 154, 167, 255);
CColor CSceneNode::skSelectionTint = CColor::Integral(39, 154, 167);
CSceneNode::CSceneNode(CSceneManager *pScene, CSceneNode *pParent)
{