Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ public bool HasState(BasisInputState state, BasisInputKey Key)
/// Flag indicating whether this object requires an update loop
/// while being influenced by inputs.
/// </summary>
[NonSerialized]
internal bool RequiresUpdateLoop = false;
public bool RequiresUpdateLoop { get; protected set; } = false;

#region Interaction Events

Expand Down
Loading