Skip to content

Commit 6c96510

Browse files
committed
.
1 parent eaefec8 commit 6c96510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon_base/drawing-plugin/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const PLUGIN_CLASS = SDK.Plugins[ADDON_ID] = class LostDrawingPlugin extends SDK
2222
this._info.SetIsRotatable(CONFIG.IsRotatable);
2323
this._info.SetIs3D(CONFIG.Is3D || false);
2424
this._info.SetHasImage(true);
25-
this._info.SetDefaultImageURL('default.png');
25+
this._info.SetDefaultImageURL('assets/default.png');
2626
this._info.SetIsTiled(CONFIG.IsTiled || false);
2727
this._info.SetSupportsZElevation(CONFIG.SupportsZElevation);
2828
this._info.SetSupportsColor(CONFIG.SupportsColor);

0 commit comments

Comments
 (0)