Add override where missing
Former-commit-id: 2a876a280bc29f45ba81cedff5a3efeb5b70efab
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Nz
|
||||
GuillotineTextureAtlas() = default;
|
||||
~GuillotineTextureAtlas() = default;
|
||||
|
||||
UInt32 GetStorage() const;
|
||||
UInt32 GetStorage() const override;
|
||||
|
||||
private:
|
||||
AbstractImage* ResizeImage(AbstractImage* oldImage, const Vector2ui& size) const override;
|
||||
|
||||
Reference in New Issue
Block a user