Fix for bug: [#8818] Particle reflecting strange from a simple plane

This commit is contained in:
Janne Karhu 2008-03-31 20:54:00 +00:00
parent 0efe0aa27b
commit 0ce8fe1ec4

@ -3183,7 +3183,7 @@ static void deflect_particle(Object *pob, ParticleSystemModifierData *psmd, Part
global=0;
}
if(ec->vert_cos==0){
if(global==1){
/* get global coordinates back */
VECCOPY(co1,t_co1);
VECCOPY(co2,t_co2);