mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Forgot to set water materials
This commit is contained in:
parent
03e1d9ba27
commit
29eb801325
@ -86,8 +86,8 @@ namespace NewHorizons.Builder.Body
|
||||
}
|
||||
}
|
||||
|
||||
proxyGO.GetComponentInChildren<MeshRenderer>().materials = waterMaterials;
|
||||
geoGO.GetComponentInChildren<MeshRenderer>().materials = waterMaterials;
|
||||
proxyGO.GetComponentInChildren<MeshRenderer>().materials = materials;
|
||||
geoGO.GetComponentInChildren<MeshRenderer>().materials = materials;
|
||||
|
||||
//TODO: Material inside
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user