Merge pull request #68425 from clayjohn/RD-doubles-particles
Fix GPUParticles not rendering in doubles build of the engine.
This commit is contained in:
commit
2608e71eca
|
@ -97,7 +97,7 @@ private:
|
||||||
uint32_t type;
|
uint32_t type;
|
||||||
|
|
||||||
uint32_t texture_index; //texture index for vector field
|
uint32_t texture_index; //texture index for vector field
|
||||||
real_t scale;
|
float scale;
|
||||||
uint32_t pad[2];
|
uint32_t pad[2];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -106,8 +106,8 @@ private:
|
||||||
float prev_system_phase;
|
float prev_system_phase;
|
||||||
uint32_t cycle;
|
uint32_t cycle;
|
||||||
|
|
||||||
real_t explosiveness;
|
float explosiveness;
|
||||||
real_t randomness;
|
float randomness;
|
||||||
float time;
|
float time;
|
||||||
float delta;
|
float delta;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue