diff --git a/osu.Game/Rulesets/Edit/PlacementBlueprint.cs b/osu.Game/Rulesets/Edit/PlacementBlueprint.cs
index a0a04c13d0..717c026ded 100644
--- a/osu.Game/Rulesets/Edit/PlacementBlueprint.cs
+++ b/osu.Game/Rulesets/Edit/PlacementBlueprint.cs
@@ -35,7 +35,7 @@ namespace osu.Game.Rulesets.Edit
///
/// Whether the sample bank should be taken from the previous hit object.
///
- public bool AutomaticBankAssignment;
+ public bool AutomaticBankAssignment { get; set; }
///
/// The that is being placed.