修改背包物品摆放位置逻辑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",
|
"BuildId": "37670630",
|
||||||
"Modules":
|
"Modules":
|
||||||
{
|
{
|
||||||
"ProjectFish": "UnrealEditor-ProjectFish-0002.dll",
|
"ProjectFish": "UnrealEditor-ProjectFish.dll",
|
||||||
"ProjectFishEditor": "UnrealEditor-ProjectFishEditor-0002.dll"
|
"ProjectFishEditor": "UnrealEditor-ProjectFishEditor.dll"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -2,6 +2,6 @@
|
|||||||
"BuildId": "37670630",
|
"BuildId": "37670630",
|
||||||
"Modules":
|
"Modules":
|
||||||
{
|
{
|
||||||
"DeskMode": "UnrealEditor-DeskMode-0002.dll"
|
"DeskMode": "UnrealEditor-DeskMode.dll"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -86,8 +86,8 @@ public:
|
|||||||
break;
|
break;
|
||||||
case EItemDegreeType::TwentySeven:
|
case EItemDegreeType::TwentySeven:
|
||||||
{
|
{
|
||||||
BeforeRotationPos.X = Position.X;
|
BeforeRotationPos.X= GetItemHeight() - Position.Y - 1;
|
||||||
BeforeRotationPos.Y = GetItemHeight() - Position.Y- 1;
|
BeforeRotationPos.Y= Position.X;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user