Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11531


Ignore:
Timestamp:
Nov 6, 2017, 1:38:44 PM (6 years ago)
Author:
varxth
Message:

added orxo_material_gross.png to BlenderFilesSOB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SOBv2_HS17/src/modules/superorxobros/SOBFigure.cc

    r11517 r11531  
    143143                    gotPowerUp_ = false;
    144144                   
    145                    // TODO: reset to old clothes of figure
    146                        // now, change the clothes of the Figure to red
     145                   
     146            // now, change the clothes of the Figure to old ones
    147147            std::set<WorldEntity*> attachedObjects = this->getAttachedObjects();
    148148            std::set<WorldEntity*>::iterator it;
     
    152152                if (FiguresModel != nullptr)
    153153                {
    154                     std::string name = "orxo_material";
     154                    std::string name = "orxo_material ";
    155155                    FiguresModel->setMaterial(name);
    156156                }
Note: See TracChangeset for help on using the changeset viewer.