From 260eb128f63d9e0c4ecfdc3aef38ca8aedb37236 Mon Sep 17 00:00:00 2001 From: Nehon Date: Sat, 25 Oct 2014 13:14:19 +0200 Subject: [PATCH] fixed typo in MAterialDebugAppState --- .../src/main/java/com/jme3/util/MaterialDebugAppState.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jme3-core/src/main/java/com/jme3/util/MaterialDebugAppState.java b/jme3-core/src/main/java/com/jme3/util/MaterialDebugAppState.java index dfe9fb291..04401b8a8 100644 --- a/jme3-core/src/main/java/com/jme3/util/MaterialDebugAppState.java +++ b/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);