fix: cleanup and suggested changes

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2022-12-26 14:29:13 -07:00
parent b2082bfde7
commit 3691f3a296
19 changed files with 187 additions and 174 deletions

View File

@ -59,7 +59,7 @@ class LocalDataPackParseTask : public Task {
private:
int m_token;
DataPack& m_resource_pack;
DataPack& m_data_pack;
bool m_aborted = false;
};