Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 2, 2015, 3:56:46 PM (8 years ago)
Author:
vaydin
Message:

removed lag at first explosion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/explosionChunksHS15/src/orxonox/worldentities/pawns/Pawn.cc

    r10752 r10755  
    387387        this->setDestroyWhenPlayerLeft(false);
    388388
    389         /*ExplosionPart* chunk = new ExplosionPart(this->getContext());
    390         chunk->setPosition(this->getPosition());
    391         chunk->setVelocity(this->getVelocity());
    392         chunk->Explode();*/
    393 
    394389        while(!explosionPartList_.empty())
    395390        {
Note: See TracChangeset for help on using the changeset viewer.