summaryrefslogtreecommitdiffstats
path: root/core/math
diff options
context:
space:
mode:
authorJakub Marcowski <37378746+Chubercik@users.noreply.github.com>2024-05-08 00:26:40 +0200
committerJakub Marcowski <chubercikbattle@gmail.com>2024-05-08 00:40:45 +0200
commit7699d678c417945dda228c468731a1e3369dd88a (patch)
tree607849c066e6c236ddea1125e7a11ecb12d23a3d /core/math
parentec78dde7483fd1b9e70d9346f0753ccae1bc52d1 (diff)
downloadredot-engine-7699d678c417945dda228c468731a1e3369dd88a.tar.gz
Fix `builtin_embree=no` build linking the wrong version of Embree
Diffstat (limited to 'core/math')
-rw-r--r--core/math/static_raycaster.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/math/static_raycaster.h b/core/math/static_raycaster.h
index c53868e12d..74e4b75163 100644
--- a/core/math/static_raycaster.h
+++ b/core/math/static_raycaster.h
@@ -49,7 +49,7 @@ protected:
static StaticRaycaster *(*create_function)();
public:
- // compatible with embree3 rays
+ // Compatible with embree4 rays.
struct __aligned(16) Ray {
const static unsigned int INVALID_GEOMETRY_ID = ((unsigned int)-1); // from rtcore_common.h