Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4248 in orxonox.OLD


Ignore:
Timestamp:
May 21, 2005, 12:53:11 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/levelLoader: ground showing again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/levelLoader/src/story_entities/world.cc

    r4247 r4248  
    422422  glEndList();
    423423
    424   //  terrain = new Terrain("worlds/newGround.obj");
    425   //  terrain->setRelCoor(Vector(0,-10,0));
    426   //  this->spawn(terrain);
     424  terrain = new Terrain("worlds/newGround.obj");
     425  terrain->setRelCoor(Vector(0,-10,0));
     426  this->spawn(terrain);
    427427
    428428
Note: See TracChangeset for help on using the changeset viewer.