Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 22, 2008, 9:45:37 PM (16 years ago)
Author:
rgrieder
Message:

Added some more Ogre shutdown code. Does not yet work properly if you wish to reload GSGraphics.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/Projectile.cc

    r1822 r1824  
    5454        this->smokeTemplateName_ = "Orxonox/smoke4";
    5555
    56         this->setStatic(false);
    57         this->translate(Vector3(55, 0, 0), Ogre::Node::TS_LOCAL);
     56        this->setStatic(false);
     57        this->translate(Vector3(55, 0, 0), Ogre::Node::TS_LOCAL);
    5858
    5959        if (this->owner_)
Note: See TracChangeset for help on using the changeset viewer.