No -f32::MIN

This commit is contained in:
dbr 2021-11-27 12:04:38 +11:00
parent 6f3d385fbe
commit c4d7bc6c98

View File

@ -69,7 +69,7 @@ where
/// `min > max`.
///
/// Note for f32 and f64 sliders, Dear ImGui limits the available
/// range to half their full range (e.g `-f32::MIN/2.0 .. f32::MAX/2.0`)
/// range to half their full range (e.g `f32::MIN/2.0 .. f32::MAX/2.0`)
/// Specifying a value above this will cause an abort.
/// For large ranged values, consider using [`Ui::input_scalar`] instead
#[inline]