Changeset 7166 for code/trunk/src/libraries/tools
- Timestamp:
- Aug 16, 2010, 10:56:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/tools/ParticleInterface.cc
r6417 r7166 95 95 void ParticleInterface::setConfigValues() 96 96 { 97 SetConfigValue(globalDetailLevel_, 2) 98 .description("O: off, 1: low, 2: normal, 3: high").callback(this, &ParticleInterface::detailLevelChanged); 97 SetConfigValueExternal(globalDetailLevel_, "GraphicsSettings", "particlesDetailLevel", 2) 98 .description("O: off, 1: low, 2: normal, 3: high") 99 .callback(this, &ParticleInterface::detailLevelChanged); 99 100 } 100 101
Note: See TracChangeset
for help on using the changeset viewer.