mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-27 05:18:27 +00:00
No -f32::MIN
This commit is contained in:
parent
6f3d385fbe
commit
c4d7bc6c98
@ -69,7 +69,7 @@ where
|
|||||||
/// `min > max`.
|
/// `min > max`.
|
||||||
///
|
///
|
||||||
/// Note for f32 and f64 sliders, Dear ImGui limits the available
|
/// 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.
|
/// Specifying a value above this will cause an abort.
|
||||||
/// For large ranged values, consider using [`Ui::input_scalar`] instead
|
/// For large ranged values, consider using [`Ui::input_scalar`] instead
|
||||||
#[inline]
|
#[inline]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user