Various little fixes (#118)
* Add missing override qualifier * Mostly shadowing, virtual destructor and other little things
This commit is contained in:
committed by
Jérôme Leclercq
parent
ee9712fdcd
commit
c2e4ccaf72
@@ -35,7 +35,7 @@ namespace Nz
|
||||
void SetName(const String& name);
|
||||
|
||||
private:
|
||||
void InvalidateNode();
|
||||
void InvalidateNode() override;
|
||||
void UpdateSkinningMatrix() const;
|
||||
|
||||
Matrix4f m_inverseBindMatrix;
|
||||
|
||||
Reference in New Issue
Block a user