VKTexture: Add missing override specifier to the other ScaleRectangeFromTexture() prototype

This commit is contained in:
Lioncash 2017-12-02 20:16:26 -05:00
parent c7bc16811c
commit 6ca85dbf0a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public:
u32 dst_layer, u32 dst_level) override;
void ScaleRectangleFromTexture(const AbstractTexture* source,
const MathUtil::Rectangle<int>& src_rect,
const MathUtil::Rectangle<int>& dst_rect);
const MathUtil::Rectangle<int>& dst_rect) override;
void Load(u32 level, u32 width, u32 height, u32 row_length, const u8* buffer,
size_t buffer_size) override;