DragScalar: Add default value for v_speed argument in DragScalar(), DragScalarN(). (#3922)

This commit is contained in:
Elias Daler
2021-03-16 03:49:00 +03:00
committed by ocornut
parent ebe6ac5fb5
commit 64aab8480a
2 changed files with 3 additions and 2 deletions

View File

@ -39,6 +39,7 @@ Breaking Changes:
Other Changes:
- DragScalar: Add default value for v_speed argument to match higher-level functions. (#3922) [@eliasdaler]
- Docs: Improvements to minor mistakes in documentation comments (#3923) [@ANF-Studios]