raylib-cpp
raylib-cpp copied to clipboard
raylib::BoundingBox not utilising reimplementation of Vector3
I just noticed that in the type raylib::BoundingBox uses the original Vector3's instead of the c++ re implementation raylib::Vector3, which causes incompatibility with direct operators. Is this intentional?
Don't believe so. Would you be able to update it? THanks so much