mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-06 03:39:51 +00:00
Fix EditorPreRenderImpl() ctor (reported by Nguyen Michael).
This commit is contained in:
parent
a0db1deeee
commit
cf58f35751
@ -54,7 +54,7 @@ using namespace gfx;
|
||||
class EditorPreRenderImpl : public EditorPreRender
|
||||
{
|
||||
public:
|
||||
EditorPreRenderImpl(Editor* editor, Image* image, Point& offset, int zoom)
|
||||
EditorPreRenderImpl(Editor* editor, Image* image, const Point& offset, int zoom)
|
||||
: m_editor(editor)
|
||||
, m_image(image)
|
||||
, m_offset(offset)
|
||||
|
Loading…
x
Reference in New Issue
Block a user