少年修仙传客户端代码仓库
client_Hale
2019-03-01 1338e9db38b5a6e584579a02af261e3643bdd599
6282 【前端】【2.0】封魔之地的飞跃功能 修复设置坐标过大导致拉回问题
1个文件已修改
3 ■■■■■ 已修改文件
Fight/Stage/MapEditor/Game/TransferGroup.cs 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/Stage/MapEditor/Game/TransferGroup.cs
@@ -60,6 +60,7 @@
                    {
                        m_Step = 1;
                        m_InCreaseTime = 0;
                        GA_Hero.s_MapSwitching = true;
                        _hero.Pos = m_StartPos = m_Data.transferPoints[i].position;
                        _hero.StopPathFind();
                        if (i == 0)
@@ -72,6 +73,7 @@
                            targetPoint = i - 1;
                            isPositive = false;
                        }
                        break;
                    }
                }
                break;
@@ -84,6 +86,7 @@
                                         m_Data.transferPoints.Length,
                                         targetPoint);
                        m_Step = 0;
                        GA_Hero.s_MapSwitching = false;
                    }
                    else
                    {