ZoneLoading: Fix AssetLoader not initializing varScriptString

This commit is contained in:
Jan 2020-01-03 18:13:04 +01:00
parent 4971ec190d
commit 297358cdb0

View File

@ -7,6 +7,7 @@ AssetLoader::AssetLoader(const asset_type_t assetType, IZoneScriptStringProvider
m_script_string_provider = scriptStringProvider; m_script_string_provider = scriptStringProvider;
m_zone = zone; m_zone = zone;
m_stream = stream; m_stream = stream;
varScriptString = nullptr;
} }
void AssetLoader::AddDependency(const asset_type_t type, std::string& name) void AssetLoader::AddDependency(const asset_type_t type, std::string& name)