mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-01-25 17:33:04 +00:00
refactor: fix remaining x64 compilation issues
This commit is contained in:
@@ -25,7 +25,7 @@ public:
|
||||
LoadDataInBlock(const_cast<void*>(reinterpret_cast<const void*>(dst)), sizeof(T));
|
||||
}
|
||||
|
||||
template<typename T> void Load(T* dst, const uint32_t count)
|
||||
template<typename T> void Load(T* dst, const size_t count)
|
||||
{
|
||||
LoadDataInBlock(const_cast<void*>(reinterpret_cast<const void*>(dst)), count * sizeof(T));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user