floats .0f

This commit is contained in:
David Back 2018-06-28 11:33:38 -07:00
parent f373880af7
commit a8e231c5af

View file

@ -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});
}