Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
dakln committed Nov 14, 2024
1 parent eaefec8 commit 6c96510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon_base/drawing-plugin/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const PLUGIN_CLASS = SDK.Plugins[ADDON_ID] = class LostDrawingPlugin extends SDK
this._info.SetIsRotatable(CONFIG.IsRotatable);
this._info.SetIs3D(CONFIG.Is3D || false);
this._info.SetHasImage(true);
this._info.SetDefaultImageURL('default.png');
this._info.SetDefaultImageURL('assets/default.png');
this._info.SetIsTiled(CONFIG.IsTiled || false);
this._info.SetSupportsZElevation(CONFIG.SupportsZElevation);
this._info.SetSupportsColor(CONFIG.SupportsColor);
Expand Down

0 comments on commit 6c96510

Please sign in to comment.