Fixed|Renderer|Clang: Build error (ambiguous cast)
Conversion from Vector3d to Vector3f occurs automatically thanksto the Vector3<dfloat> operator. A functional cast is ambiguous, asVector3d does not have a Vector3f constructor.
View differences
Fixed|Renderer|Clang: Build error (ambiguous cast)
Conversion from Vector3d to Vector3f occurs automatically thanks
to the Vector3<dfloat> operator. A functional cast is ambiguous, as
Vector3d does not have a Vector3f constructor.