修改背包物品摆放位置逻辑bug
This commit is contained in:
parent
3842f9b8f2
commit
284ace6683
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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"
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -2,6 +2,6 @@
|
||||
"BuildId": "37670630",
|
||||
"Modules":
|
||||
{
|
||||
"DeskMode": "UnrealEditor-DeskMode-0002.dll"
|
||||
"DeskMode": "UnrealEditor-DeskMode.dll"
|
||||
}
|
||||
}
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user