From d1c14725443399f7145e314d79597ec35b639eeb Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 1 Feb 2022 18:49:55 +0800 Subject: ... --- include/cru/platform/graphics/NullPainter.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/cru/platform/graphics/NullPainter.hpp') diff --git a/include/cru/platform/graphics/NullPainter.hpp b/include/cru/platform/graphics/NullPainter.hpp index a47546b6..54c610c1 100644 --- a/include/cru/platform/graphics/NullPainter.hpp +++ b/include/cru/platform/graphics/NullPainter.hpp @@ -66,8 +66,8 @@ class CRU_PLATFORM_GRAPHICS_API NullPainter : public Object, CRU_UNUSED(brush) } - void DrawImage(const Rect& rect, IImage* image) override { - CRU_UNUSED(rect) + void DrawImage(const Point& offset, IImage* image) override { + CRU_UNUSED(offset) CRU_UNUSED(image) } -- cgit v1.2.3