Open
Description
Godot version
4.5.beta3
godot-cpp version
4.5.beta3
System information
n/a
Issue description
In math.hpp
, the Math_INF
and Math_NAN
defines have been removed.
Steps to reproduce
In Godot 4.4 or prior, use Math_INF
or Math_NAN
into your GDExtension code, then update to the latest 4.5.beta3 sync point and find the defines no longer exist.
Minimal reproduction project
n/a