Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 3, 2006, 12:19:30 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the new_class_id branche back to the trunk.
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/new_class_id trunk -r9683:HEAD
no conflicts… puh..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/environments/mapped_water.h

    r9021 r9869  
    3535class MappedWater : public WorldEntity
    3636{
     37  ObjectListDeclaration(MappedWater);
    3738public:
    3839  MappedWater(const TiXmlElement* root = NULL);
     
    106107private:
    107108  Material                  mat;
    108   Shader*                   shader;
     109  Shader                    shader;
    109110  OrxGui::GLGuiBox*         box;
    110111
Note: See TracChangeset for help on using the changeset viewer.