Tweak MIN/MAX macros in software renderer
This commit is contained in:
parent
788697dc5d
commit
ed1ff2f275
1 changed files with 2 additions and 4 deletions
|
@ -10,8 +10,6 @@
|
|||
|
||||
#include "../../Resource.h"
|
||||
|
||||
#undef MIN
|
||||
#undef MAX
|
||||
#define MIN(a, b) ((a) < (b) ? (a) : (b))
|
||||
#define MAX(a, b) ((a) > (b) ? (a) : (b))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue