Merge pull request #84029 from QbieShay/qbe/fix-last-flag

Fix damp as friction not updating shader code
This commit is contained in:
Rémi Verschelde 2023-10-28 18:34:34 +02:00
commit a379beeaa8
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -112,7 +112,7 @@ private:
// Consider this when extending ParticleFlags, EmissionShape, or SubEmitterMode.
uint64_t texture_mask : PARAM_MAX;
uint64_t texture_color : 1;
uint64_t particle_flags : PARTICLE_FLAG_MAX - 1;
uint64_t particle_flags : PARTICLE_FLAG_MAX;
uint64_t emission_shape : 3;
uint64_t invalid_key : 1;
uint64_t has_emission_color : 1;