mirror of
https://github.com/glest/glest-source.git
synced 2025-08-15 12:54:01 +02:00
dumb bug writing mesh bound particle warnings all the time, even if not needed
This commit is contained in:
@@ -1172,7 +1172,7 @@ void UnitParticleSystem::initParticle(Particle *p, int particleIndex){
|
|||||||
combinedOffset.x+=verticepos->x;
|
combinedOffset.x+=verticepos->x;
|
||||||
combinedOffset.y+=verticepos->y;
|
combinedOffset.y+=verticepos->y;
|
||||||
combinedOffset.z+=verticepos->z;
|
combinedOffset.z+=verticepos->z;
|
||||||
foundMesh==true;
|
foundMesh=true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user