mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 08:05:45 +00:00
fix soundbank conversion warning
This commit is contained in:
parent
6b72ac080f
commit
15c896862c
@ -51,7 +51,7 @@ protected:
|
||||
m_stream.read(ptr, count);
|
||||
|
||||
const auto readSize = m_stream.gcount();
|
||||
m_offset += readSize;
|
||||
m_offset += static_cast<size_t>(readSize);
|
||||
return readSize;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user