mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 00:41:24 +00:00
- use std::clamp instead of our homegrown version.
This commit is contained in:
parent
059a99f7c8
commit
57b638f26f
10 changed files with 14 additions and 25 deletions
|
@ -105,3 +105,4 @@ enum EStateUseFlags
|
|||
|
||||
using std::min;
|
||||
using std::max;
|
||||
using std::clamp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue