mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-29 02:41:08 +00:00
* The old code in m_RangeMax/m_RangeMin setters wasn't doing proper epsilon enforcing so min=max could end up happening. It's easier to set both at once (this is all we care about anyway) so that it does properly make the min and max distinguishable.