mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-09 09:10:49 +00:00
5232ee7626
* 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.