mirror of
https://github.com/glest/glest-source.git
synced 2025-08-13 11:54:00 +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.y+=verticepos->y;
|
||||
combinedOffset.z+=verticepos->z;
|
||||
foundMesh==true;
|
||||
foundMesh=true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user