mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 08:36:47 +02:00
removed dead code
This commit is contained in:
parent
c6933239d9
commit
6e2c0032b5
1 changed files with 0 additions and 2 deletions
|
@ -152,10 +152,8 @@ public slots:
|
|||
float getDamping() const { return _particle->getDamping(); }
|
||||
float getRadius() const { return _particle->getRadius(); }
|
||||
bool getShouldDie() { return _particle->getShouldDie(); }
|
||||
//float getCreated() const { return ((float)_particle->getCreated() / (float)USECS_PER_SECOND); }
|
||||
float getLifetime() const { return _particle->getLifetime(); }
|
||||
|
||||
|
||||
void setPosition(glm::vec3 value) { _particle->setPosition(value); }
|
||||
void setVelocity(glm::vec3 value) { _particle->setVelocity(value); }
|
||||
void setGravity(glm::vec3 value) { _particle->setGravity(value); }
|
||||
|
|
Loading…
Reference in a new issue