Welcome, Guest! Log In | Create Account

Changeset 1898

Show
Ignore:
Timestamp:
11/18/09 12:02:18 (3 months ago)
Author:
borrillis
Message:

- TerrainZone?

  • updated config option to match current terrain.xml
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Projects/Axiom/Plugins/OctreeZone/TerrainZone.cs

    r1751 r1898  
    236236                setLODMorphStart((float)Convert.ToDouble(val)); 
    237237 
    238             val = config.getSetting("CustomMaterialName"); 
     238            val = config.getSetting("MaterialName"); 
    239239            if (!string.IsNullOrEmpty(val)) 
    240240                setCustomMaterial(val);