- use the standard library's 'clamp' function instead of our homegrown variant.

This commit is contained in:
Christoph Oelckers 2021-10-30 10:21:50 +02:00
commit 75c8e0af7c
4 changed files with 4 additions and 16 deletions

View file

@ -32,7 +32,7 @@
**
*/
#include "templates.h"
#include "basics.h"
#include "renderstyle.h"
#include "c_cvars.h"