mirror of
https://github.com/glest/glest-source.git
synced 2025-08-20 07:01:21 +02:00
copy visible from current particle instead of setting it hard to true.
fixes: https://forum.megaglest.org/index.php?topic=9216.0
This commit is contained in:
@@ -1544,7 +1544,7 @@ void ProjectileParticleSystem::update(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(nextParticleSystem != NULL){
|
if(nextParticleSystem != NULL){
|
||||||
nextParticleSystem->setVisible(true);
|
nextParticleSystem->setVisible(getVisible());
|
||||||
nextParticleSystem->setState(sPlay);
|
nextParticleSystem->setState(sPlay);
|
||||||
nextParticleSystem->setPos(endPos);
|
nextParticleSystem->setPos(endPos);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user