mirror of
https://github.com/zeldaret/botw
synced 2026-06-09 04:29:49 -04:00
Havok: Add missing hkArray constructor
This commit is contained in:
@@ -108,6 +108,8 @@ public:
|
||||
using AllocatorType = Allocator;
|
||||
|
||||
HK_FORCE_INLINE hkArray() = default;
|
||||
HK_FORCE_INLINE hkArray(T* buffer, int size, int capacity)
|
||||
: hkArrayBase<T>(buffer, size, capacity) {}
|
||||
explicit hkArray(hkFinishLoadedObjectFlag f) : hkArrayBase<T>(f) {}
|
||||
|
||||
HK_FORCE_INLINE ~hkArray() { clearAndDeallocate(); }
|
||||
|
||||
Reference in New Issue
Block a user