mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
frustum: fix bounding box
default value 0.0 causes to get min or max as 0 if max < 0 or min > 0
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <math.h>
|
||||
#include <float.h>
|
||||
|
||||
#if defined(_WIN32)
|
||||
# ifdef CGLM_DLL
|
||||
|
||||
Reference in New Issue
Block a user