Commit 6dcb5e7d authored by timel's avatar timel

fix: 超量素材也应该跟着旋转

parent a922c1e3
......@@ -178,6 +178,7 @@ export default async (move: MsgMove) => {
overlay.location.zone = to.zone;
overlay.location.controller = to.controller;
overlay.location.sequence = to.sequence;
overlay.location.position = to.position;
await eventbus.call(Task.Move, overlay.uuid);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment