(667564ff6) Fixed item scale not being saved and item rect not being scaled according to the item's scale. Closes #1547

This commit is contained in:
Joonas Rikkonen
2019-06-14 14:42:25 +03:00
parent fd70f5107e
commit d08132afc5
2 changed files with 33 additions and 7 deletions
@@ -555,7 +555,7 @@ namespace Barotrauma
}
}
[Serialize(1f, false), Editable(0.1f, 10f, DecimalCount = 3, ValueStep = 0.1f)]
[Serialize(1f, true), Editable(0.1f, 10f, DecimalCount = 3, ValueStep = 0.1f)]
public virtual float Scale { get; set; } = 1;
#endregion
}