mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 13:38:35 +00:00
No -f32::MIN
This commit is contained in:
parent
6f3d385fbe
commit
c4d7bc6c98
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user