Skip to content

Commit

Permalink
fix: wide missed icon placeholder (SpaiR#251)
Browse files Browse the repository at this point in the history
fixes SpaiR#242
  • Loading branch information
out-of-phaze authored Nov 2, 2023
1 parent 53b641a commit 689b15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dmapi/dmicon/editor.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func initEditorSprites() {
img := atlas.RGBA()

dmi := &Dmi{
IconWidth: 64,
IconWidth: 32,
IconHeight: 32,
TextureWidth: atlas.Width,
TextureHeight: atlas.Height,
Expand Down

0 comments on commit 689b15b

Please sign in to comment.