diff --git a/source/glest_game/graphics/particle_type.h b/source/glest_game/graphics/particle_type.h index 2ab47aed4..d008d83ad 100644 --- a/source/glest_game/graphics/particle_type.h +++ b/source/glest_game/graphics/particle_type.h @@ -62,8 +62,8 @@ protected: Vec3f offset; Vec4f color; Vec4f colorNoEnergy; - int size; - int sizeNoEnergy; + float size; + float sizeNoEnergy; float speed; float gravity; int emissionRate;