mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +02:00
floats .0f
This commit is contained in:
parent
f373880af7
commit
a8e231c5af
1 changed files with 2 additions and 2 deletions
|
@ -2523,8 +2523,8 @@ bool EntityTree::readFromMap(QVariantMap& map) {
|
|||
|
||||
// Zero out the spread values that were fixed in version ParticleEntityFix so they behave the same as before
|
||||
if (contentVersion < (int)EntityVersion::ParticleEntityFix) {
|
||||
properties.setRadiusSpread(0.f);
|
||||
properties.setAlphaSpread(0.f);
|
||||
properties.setRadiusSpread(0.0f);
|
||||
properties.setAlphaSpread(0.0f);
|
||||
properties.setColorSpread({0, 0, 0});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue