Fix warning

This commit is contained in:
Lynix
2017-11-19 20:14:47 +01:00
parent 220e985144
commit 7eff1f34f1

View File

@@ -44,7 +44,7 @@ namespace Nz
void Detach(AttachmentPoint attachmentPoint, UInt8 index);
RenderTargetParameters GetParameters() const override;
Vector2ui GetSize() const;
Vector2ui GetSize() const override;
bool IsComplete() const;
bool IsRenderable() const override;