修改背包物品摆放位置逻辑bug

This commit is contained in:
997146918 2025-10-23 18:54:09 +08:00
parent 3842f9b8f2
commit 284ace6683
11 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
"BuildId": "37670630",
"Modules":
{
"ProjectFish": "UnrealEditor-ProjectFish-0002.dll",
"ProjectFishEditor": "UnrealEditor-ProjectFishEditor-0002.dll"
"ProjectFish": "UnrealEditor-ProjectFish.dll",
"ProjectFishEditor": "UnrealEditor-ProjectFishEditor.dll"
}
}

View File

@ -2,6 +2,6 @@
"BuildId": "37670630",
"Modules":
{
"DeskMode": "UnrealEditor-DeskMode-0002.dll"
"DeskMode": "UnrealEditor-DeskMode.dll"
}
}

View File

@ -86,8 +86,8 @@ public:
break;
case EItemDegreeType::TwentySeven:
{
BeforeRotationPos.X = Position.X;
BeforeRotationPos.Y = GetItemHeight() - Position.Y- 1;
BeforeRotationPos.X= GetItemHeight() - Position.Y - 1;
BeforeRotationPos.Y= Position.X;
}
break;
}