We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0af373f + deb8bf8 commit ff10911Copy full SHA for ff10911
jme3-core/src/com/jme3/gde/core/icons/IconList.java
@@ -63,7 +63,7 @@ public class IconList {
63
public static final String ANIM_CONTROL = ICONS_PATH + "film-spool.svg";
64
public static final String ANIM = ICONS_PATH + "film-strip.svg";
65
public static final String SKELETON = ICONS_PATH + "skeleton.svg";
66
- public static final String PLAY = ICONS_PATH + "play.svg";
+ public static final String PLAY = ICONS_PATH + "play-button.svg";
67
public static final String PICTURE = ICONS_PATH + "mona-lisa.svg";
68
public static final String INFO = ICONS_PATH + "info.svg";
69
public static final String INFO_GREEN = ICONS_PATH + "info_green.svg";
0 commit comments