mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-19 15:40:31 +00:00
Fix OutlineFilter::tiledMode() setter
This commit is contained in:
parent
97d54f04c0
commit
58e27376bd
@ -23,7 +23,7 @@ namespace filters {
|
||||
|
||||
void place(const Place place) { m_place = place; }
|
||||
void shape(const Shape shape) { m_shape = shape; }
|
||||
void tiledMode(const TiledMode tiledMode) { m_tiledMode = m_tiledMode; }
|
||||
void tiledMode(const TiledMode tiledMode) { m_tiledMode = tiledMode; }
|
||||
void color(const doc::color_t color) { m_color = color; }
|
||||
void bgColor(const doc::color_t color) { m_bgColor = color; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user