Fixed Serializer::WriteArray(const T* const value, const O size)
and FontAtlas(const Str_8& filePath)
.
This commit is contained in:
@@ -194,7 +194,7 @@ namespace ehs
|
||||
|
||||
Byte* r = new Byte[this->size + remainder];
|
||||
|
||||
Util::Copy(r, data, size);
|
||||
Util::Copy(r, data, this->size);
|
||||
|
||||
delete[] data;
|
||||
data = r;
|
||||
|
Reference in New Issue
Block a user