소스 검색

fixed typo in MAterialDebugAppState

Nehon 11 년 전
부모
커밋
260eb128f6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jme3-core/src/main/java/com/jme3/util/MaterialDebugAppState.java

+ 1 - 1
jme3-core/src/main/java/com/jme3/util/MaterialDebugAppState.java

@@ -267,7 +267,7 @@ public class MaterialDebugAppState extends AbstractAppState {
 
         public void reload() {
             Material reloadedMat = reloadMaterial(geom.getMaterial());
-            //if the reload is successful, we re setupt the material with its params and reassign it to the box
+            //if the reload is successful, we re setup the material with its params and reassign it to the box
             if (reloadedMat != null) {
                 // setupMaterial(reloadedMat);
                 geom.setMaterial(reloadedMat);