Changed isSkined to IsSkinned and removed duplicated code in PickingPass
This commit is contained in:
@@ -114,7 +114,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
bool isSkined() const { return hasSkin; };
|
||||
bool IsSkinned() const { return hasSkin; };
|
||||
|
||||
std::vector<MaterialProperties> m_Materials;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user