mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
fix s11 idk
This commit is contained in:
@@ -15,6 +15,12 @@ public:
|
||||
return (float)TruncToInt(F);
|
||||
}
|
||||
|
||||
template< class T >
|
||||
static constexpr FORCEINLINE T Min(const T A, const T B)
|
||||
{
|
||||
return (A <= B) ? A : B;
|
||||
}
|
||||
|
||||
static FORCEINLINE int32 FloorToInt(float F)
|
||||
{
|
||||
return TruncToInt(floorf(F));
|
||||
|
||||
Reference in New Issue
Block a user