Fix build warning

Oversight in `f4d6edd476`.
This commit is contained in:
Richard Antalik
2023-06-13 01:51:35 +02:00
parent 27a547cd3f
commit ef181b4913

View File

@@ -549,7 +549,7 @@ void SEQUENCER_OT_retiming_segment_speed_set(wmOperatorType *ot)
"Speed",
"New speed of retimed segment",
0.1f,
INT_MAX);
FLT_MAX);
}
/** \} */