|
|
@ -1070,14 +1070,14 @@ public class TerrainEditorController implements NodeListener { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void childrenAdded(NodeMemberEvent ev) { |
|
|
|
public void childrenAdded(NodeMemberEvent ev) { |
|
|
|
topComponent.reinitTextureTable(); |
|
|
|
//topComponent.reinitTextureTable();
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void childrenRemoved(NodeMemberEvent ev) { |
|
|
|
public void childrenRemoved(NodeMemberEvent ev) { |
|
|
|
terrainNode = null; |
|
|
|
//terrainNode = null;
|
|
|
|
Node t = getTerrain(rootNode); |
|
|
|
//Node t = getTerrain(rootNode);
|
|
|
|
if (t == null) |
|
|
|
//if (t == null)
|
|
|
|
topComponent.reinitTextureTable(); |
|
|
|
// topComponent.reinitTextureTable();
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void childrenReordered(NodeReorderEvent ev) { |
|
|
|
public void childrenReordered(NodeReorderEvent ev) { |
|
|
|