Browse Source

Merge pull request #426 from neph1/Fix_#424_NPE_when_playing_animation_in_Scene_Composer

correct icon name
Rickard Edén 2 years ago
parent
commit
ff10911ddd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jme3-core/src/com/jme3/gde/core/icons/IconList.java

+ 1 - 1
jme3-core/src/com/jme3/gde/core/icons/IconList.java

@@ -63,7 +63,7 @@ public class IconList {
     public static final String ANIM_CONTROL = ICONS_PATH + "film-spool.svg";
     public static final String ANIM = ICONS_PATH + "film-strip.svg";
     public static final String SKELETON = ICONS_PATH + "skeleton.svg";
-    public static final String PLAY = ICONS_PATH + "play.svg";
+    public static final String PLAY = ICONS_PATH + "play-button.svg";
     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";