add alias for AZStd::vector<u8> before potential change

This commit is contained in:
hultonha
2021-04-12 11:03:46 +01:00
parent 038540c922
commit 5fc4aeaf09
7 changed files with 22 additions and 17 deletions
@@ -112,7 +112,9 @@ namespace WhiteBox
const auto size = stream->GetLength();
AZStd::vector<AZ::u8> whiteBoxData(size);
Api::WhiteBoxMeshStream whiteBoxData;
whiteBoxData.reserve(size);
stream->Read(size, whiteBoxData.data());
auto whiteBoxMesh = WhiteBox::Api::CreateWhiteBoxMesh();