- Timestamp:
- Jun 19, 2008, 4:10:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core3/src/orxonox/objects/RotatingProjectile.cc
r1596 r1610 65 65 void RotatingProjectile::setConfigValues() 66 66 { 67 SetConfigValue(colour_, ColourValue(1.0, 0.0, 0.0)).callback( &RotatingProjectile::colourChanged);67 SetConfigValue(colour_, ColourValue(1.0, 0.0, 0.0)).callback(this, &RotatingProjectile::colourChanged); 68 68 } 69 69
Note: See TracChangeset
for help on using the changeset viewer.