Closed Chosker closed 5 years ago
running on 4.21, on Bounds.h line 143, the function FORCEINLINE float IsReversed() const causes a compile fail, since throughout the code it's used expecting a bool return
changing it to FORCEINLINE bool IsReversed() const fixes it
Fixed in master.
running on 4.21, on Bounds.h line 143, the function FORCEINLINE float IsReversed() const causes a compile fail, since throughout the code it's used expecting a bool return
changing it to FORCEINLINE bool IsReversed() const fixes it