diff --git a/sdk/jme3-materialeditor/src/com/jme3/gde/materials/multiview/MaterialEditorTopComponent.form b/sdk/jme3-materialeditor/src/com/jme3/gde/materials/multiview/MaterialEditorTopComponent.form index a396d0337..14fb68d7e 100644 --- a/sdk/jme3-materialeditor/src/com/jme3/gde/materials/multiview/MaterialEditorTopComponent.form +++ b/sdk/jme3-materialeditor/src/com/jme3/gde/materials/multiview/MaterialEditorTopComponent.form @@ -89,8 +89,8 @@ - - + + @@ -100,7 +100,7 @@ - + @@ -120,8 +120,8 @@ - - + + @@ -276,12 +276,12 @@ - + - + @@ -353,7 +353,7 @@ - + diff --git a/sdk/jme3-materialeditor/src/com/jme3/gde/materials/multiview/MaterialEditorTopComponent.java b/sdk/jme3-materialeditor/src/com/jme3/gde/materials/multiview/MaterialEditorTopComponent.java index 1f99d6e74..963093218 100644 --- a/sdk/jme3-materialeditor/src/com/jme3/gde/materials/multiview/MaterialEditorTopComponent.java +++ b/sdk/jme3-materialeditor/src/com/jme3/gde/materials/multiview/MaterialEditorTopComponent.java @@ -539,6 +539,7 @@ public final class MaterialEditorTopComponent extends CloneableTopComponent impl jComboBox1.addItem("Common/MatDefs/Misc/Particle.j3md"); jComboBox1.addItem("Common/MatDefs/Misc/Sky.j3md"); jComboBox1.addItem("Common/MatDefs/Gui/Gui.j3md"); + jComboBox1.addItem("Common/MatDefs/Terrain/TerrainLighting.j3md"); jComboBox1.addItem("Common/MatDefs/Terrain/Terrain.j3md"); // jComboBox1.addItem("Common/MatDefs/Misc/ShowNormals.j3md"); jComboBox1.setSelectedItem(selected);