Fix part of how stupid prop placer is

This commit is contained in:
xen-42 2024-07-11 19:08:20 -04:00
parent ed2b22a0c3
commit ba5f5ee7b8

View File

@ -156,6 +156,7 @@ namespace NewHorizons.Utility.DebugTools
{
position = data.pos,
rotation = data.rot.eulerAngles,
keepLoaded = true
};
var prop = DetailBuilder.Make(planetGO, sector, null, prefab, detailInfo);