Changeset 11531
- Timestamp:
- Nov 6, 2017, 1:38:44 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/SOBv2_HS17/src/modules/superorxobros/SOBFigure.cc
r11517 r11531 143 143 gotPowerUp_ = false; 144 144 145 // TODO: reset to old clothes of figure146 // now, change the clothes of the Figure to red145 146 // now, change the clothes of the Figure to old ones 147 147 std::set<WorldEntity*> attachedObjects = this->getAttachedObjects(); 148 148 std::set<WorldEntity*>::iterator it; … … 152 152 if (FiguresModel != nullptr) 153 153 { 154 std::string name = "orxo_material ";154 std::string name = "orxo_material "; 155 155 FiguresModel->setMaterial(name); 156 156 }
Note: See TracChangeset
for help on using the changeset viewer.