Changed isSkined to IsSkinned and removed duplicated code in PickingPass

This commit is contained in:
viktorljung
2016-02-10 14:36:25 +01:00
parent 1e238b2407
commit e9d36c48a6
6 changed files with 67 additions and 117 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ public:
}
};
bool isSkined() const { return hasSkin; };
bool IsSkinned() const { return hasSkin; };
std::vector<MaterialProperties> m_Materials;