nlebedenco / TPCE

Third Person Character Extension Plug-in for Unreal Engine 4
MIT License
84 stars 29 forks source link

IsReversed() causes compile fail #1

Closed Chosker closed 5 years ago

Chosker commented 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

nlebedenco commented 5 years ago

Fixed in master.