mirror of
https://github.com/glest/glest-source.git
synced 2025-08-30 03:09:49 +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;
|
||||
Vec4f color;
|
||||
Vec4f colorNoEnergy;
|
||||
int size;
|
||||
int sizeNoEnergy;
|
||||
float size;
|
||||
float sizeNoEnergy;
|
||||
float speed;
|
||||
float gravity;
|
||||
int emissionRate;
|
||||
|
Reference in New Issue
Block a user