let menu update position when closed

This commit is contained in:
NotAKidoS 2023-03-03 16:41:48 -06:00
parent 3248dd6335
commit a8cd7122a8
4 changed files with 15 additions and 21 deletions

View file

@ -36,7 +36,7 @@ public class QuickMenuHelper : MonoBehaviour
UpdateMenuPosition();
if (NeedsPositionUpdate)
UpdateMenuPosition();
}
}
}
public void CreateWorldAnchors()