commit | 5de1312e1c7e11827d8fed1fd32e9a7d7dbd9d64 | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Tue Nov 14 15:34:30 2023 +0100 |
committer | ocornut <omarcornut@gmail.com> | Tue Nov 14 15:34:30 2023 +0100 |
tree | 43ac993593cb38b0181c73fe97d85fe8b3d108ba | |
parent | afadf74a53fcb8c52cc0d12a6590608ca8613412 [diff] |
SplitterBehavior: tweak to not assert due to floating point precision. Not guaranting behavior: clamping makes output lossy, size_1+size_2 in theory may be instable but couldn't repro. API probably needs rework anyhow (should redistribute from provided available space).