mirror of https://github.com/zeldaret/botw.git
Havok: Remove duplicate typedef in hkVector4fComparison
The type alias already exists in hkMath
This commit is contained in:
parent
5861ce0011
commit
d6a619dad7
|
@ -9,8 +9,6 @@
|
|||
#define HK_VECTOR4F_AARCH64_NEON
|
||||
#endif
|
||||
|
||||
using hkVector4fComparisonParameter = const class hkVector4fComparison&;
|
||||
|
||||
class hkVector4fComparison {
|
||||
public:
|
||||
HK_DECLARE_CLASS_ALLOCATOR(hkVector4fComparison)
|
||||
|
|
Loading…
Reference in New Issue