Skip to content

Commit ca06c7d

Browse files
authored
Merge pull request #186 from orwenn22/negative-time-offset
Allow negative values in time offset
2 parents a5db99f + dfeeaaf commit ca06c7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)