mirror of
https://github.com/zeldaret/oot
synced 2026-09-10 12:05:20 -04:00
git subrepo pull --force tools/ZAPD (#1457)
* git subrepo pull --force tools/ZAPD subrepo: subdir: "tools/ZAPD" merged: "dcf56d93e" upstream: origin: "https://github.com/zeldaret/ZAPD.git" branch: "master" commit: "dcf56d93e" git-subrepo: version: "0.4.5" origin: "https://github.com/ingydotnet/git-subrepo" commit: "dbb99be" * Add files via upload * Update Config.xml
This commit is contained in:
@@ -48,7 +48,7 @@ void ZVector::ParseRawData()
|
||||
int32_t currentRawDataIndex = rawDataIndex;
|
||||
// TODO: this shouldn't be necessary.
|
||||
scalars.clear();
|
||||
|
||||
scalars.reserve(dimensions);
|
||||
for (uint32_t i = 0; i < dimensions; i++)
|
||||
{
|
||||
ZScalar scalar(parent);
|
||||
|
||||
Reference in New Issue
Block a user