Fix grid inventory pick/drop rotation (#25510)

OnPiecePressed
This commit is contained in:
Krunklehorn
2024-02-25 18:24:21 -05:00
committed by GitHub
parent 02be78b062
commit 7d6e4b164d

View File

@@ -233,6 +233,8 @@ public sealed class StorageUIController : UIController, IOnSystemChanged<Storage
if (args.Function == ContentKeyFunctions.MoveStoredItem)
{
DraggingRotation = control.Location.Rotation;
_menuDragHelper.MouseDown(control);
_menuDragHelper.Update(0f);