Skip to content

Commit

Permalink
Merge pull request #480 from neph1/particle_emitter_icon_fix
Browse files Browse the repository at this point in the history
correct name for particle emitter icon
  • Loading branch information
neph1 committed Mar 17, 2023
2 parents 57e9428 + dc43fd8 commit 33d0119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jme3-core/src/com/jme3/gde/core/icons/IconList.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class IconList {
public static final String PICTURE = ICONS_PATH + "mona-lisa.svg";
public static final String INFO = ICONS_PATH + "info.svg";
public static final String INFO_GREEN = ICONS_PATH + "info_green.svg";
public static final String EMITTER = ICONS_PATH + "bright-fireworks.svg";
public static final String EMITTER = ICONS_PATH + "bright-explosion.svg";
public static final String PLAYER = ICONS_PATH + "character.svg";
public static final String GHOST_CONTROL = ICONS_PATH + "invisible.svg";
public static final String QUESTION = ICONS_PATH + "uncertainty.svg";
Expand Down

0 comments on commit 33d0119

Please sign in to comment.