fixed typo in MAterialDebugAppState
This commit is contained in:
parent
8f43da58ae
commit
260eb128f6
@ -267,7 +267,7 @@ public class MaterialDebugAppState extends AbstractAppState {
|
|||||||
|
|
||||||
public void reload() {
|
public void reload() {
|
||||||
Material reloadedMat = reloadMaterial(geom.getMaterial());
|
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) {
|
if (reloadedMat != null) {
|
||||||
// setupMaterial(reloadedMat);
|
// setupMaterial(reloadedMat);
|
||||||
geom.setMaterial(reloadedMat);
|
geom.setMaterial(reloadedMat);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user