mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix outline style when drawing a path with the shape painter (#5336)
This commit is contained in:
@@ -239,6 +239,7 @@ namespace gdjs {
|
||||
}
|
||||
|
||||
beginFillPath() {
|
||||
this.updateOutline();
|
||||
this._graphics.beginFill(
|
||||
this._object._fillColor,
|
||||
this._object._fillOpacity / 255
|
||||
|
Reference in New Issue
Block a user