Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 3, 2016, 2:39:10 PM (8 years ago)
Author:
landauf
Message:

tabs → spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentationHS15/src/orxonox/worldentities/ExplosionPart.h

    r10962 r11025  
    8282
    8383
    84                 Model* model_;
    85                 ParticleInterface* effect1Particle_;
     84            Model* model_;
     85            ParticleInterface* effect1Particle_;
    8686            ParticleInterface* effect2Particle_;
    8787
     
    8989            float minSpeed_;
    9090            float maxSpeed_;
    91                 std::string mesh_;
    92                 std::string effect1_;
     91            std::string mesh_;
     92            std::string effect1_;
    9393            std::string effect2_;
    9494            Vector3 posOffset_;
     
    101101            Timer destroyTimer_;
    102102
    103                
     103
    104104
    105105    };
Note: See TracChangeset for help on using the changeset viewer.