mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fix part of how stupid prop placer is
This commit is contained in:
parent
ed2b22a0c3
commit
ba5f5ee7b8
@ -156,6 +156,7 @@ namespace NewHorizons.Utility.DebugTools
|
|||||||
{
|
{
|
||||||
position = data.pos,
|
position = data.pos,
|
||||||
rotation = data.rot.eulerAngles,
|
rotation = data.rot.eulerAngles,
|
||||||
|
keepLoaded = true
|
||||||
};
|
};
|
||||||
var prop = DetailBuilder.Make(planetGO, sector, null, prefab, detailInfo);
|
var prop = DetailBuilder.Make(planetGO, sector, null, prefab, detailInfo);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user