Skip to content

Commit dfeeaaf

Browse files
committed
allow negative values in time offset
1 parent a5db99f commit dfeeaaf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fluXis/Screens/Edit/Tabs/Design/Points/Entries/Scrolling/TimeOffsetEntry.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ public TargetOffset(string text, string tooltip, EditorMap map, TimeOffsetEvent
9797
{
9898
Text = text;
9999
TooltipText = tooltip;
100+
Min = null;
100101
}
101102
}
102103
}

0 commit comments

Comments
 (0)