From 4a8192bf6b614708d8729cb3a87f938860c229b2 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 1 Feb 2022 18:53:35 +0800 Subject: ... --- include/cru/osx/graphics/quartz/Painter.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cru/osx/graphics/quartz') diff --git a/include/cru/osx/graphics/quartz/Painter.hpp b/include/cru/osx/graphics/quartz/Painter.hpp index c88987a0..e5b8e767 100644 --- a/include/cru/osx/graphics/quartz/Painter.hpp +++ b/include/cru/osx/graphics/quartz/Painter.hpp @@ -48,7 +48,7 @@ class QuartzCGContextPainter : public OsxQuartzResource, void DrawText(const Point& offset, ITextLayout* text_layout, IBrush* brush) override; - void DrawImage(const Rect& rect, IImage* image) override; + void DrawImage(const Point& offset, IImage* image) override; void PushLayer(const Rect& bounds) override; -- cgit v1.2.3