mirror of
https://github.com/glest/glest-source.git
synced 2025-08-31 19:51:44 +02:00
size and sizeNoEnergy were int instead of float. Thats why there were no more particles anymore in some cases.
This commit is contained in:
@@ -62,8 +62,8 @@ protected:
|
|||||||
Vec3f offset;
|
Vec3f offset;
|
||||||
Vec4f color;
|
Vec4f color;
|
||||||
Vec4f colorNoEnergy;
|
Vec4f colorNoEnergy;
|
||||||
int size;
|
float size;
|
||||||
int sizeNoEnergy;
|
float sizeNoEnergy;
|
||||||
float speed;
|
float speed;
|
||||||
float gravity;
|
float gravity;
|
||||||
int emissionRate;
|
int emissionRate;
|
||||||
|
Reference in New Issue
Block a user