mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
lol
This commit is contained in:
parent
34118082d2
commit
2836c8ce41
@ -51,11 +51,11 @@ namespace NewHorizons.Handlers
|
|||||||
{
|
{
|
||||||
foreach (var table in tables)
|
foreach (var table in tables)
|
||||||
{
|
{
|
||||||
foreach (var x in table._materialPropertyLookups)
|
foreach (var lookup in table._materialPropertyLookups)
|
||||||
{
|
{
|
||||||
if (materials.Contains(x.material))
|
if (materials.Contains(lookup.material))
|
||||||
{
|
{
|
||||||
_materialCache.SafeAdd(x.material, table.assetBundle);
|
_materialCache.SafeAdd(lookup.material, table.assetBundle);
|
||||||
assetBundlesList.SafeAdd(table.assetBundle);
|
assetBundlesList.SafeAdd(table.assetBundle);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user