Commit ed36770b authored by SherryChaos's avatar SherryChaos

disable mate view on android

parent db968b68
...@@ -570,6 +570,9 @@ namespace MDPro3 ...@@ -570,6 +570,9 @@ namespace MDPro3
public void CameraZoomToMate0() public void CameraZoomToMate0()
{ {
if (Program.root == "Android/")
return;
if (Config.Get("MateViewTips", "0") == "0") if (Config.Get("MateViewTips", "0") == "0")
{ {
MessageManager.Cast("长按宠物再松开后即可返回正常视角。"); MessageManager.Cast("长按宠物再松开后即可返回正常视角。");
...@@ -591,6 +594,9 @@ namespace MDPro3 ...@@ -591,6 +594,9 @@ namespace MDPro3
} }
public void CameraZoomToMate1() public void CameraZoomToMate1()
{ {
if (Program.root == "Android/")
return;
if (Config.Get("MateViewTips", "0") == "0") if (Config.Get("MateViewTips", "0") == "0")
{ {
MessageManager.Cast("长按宠物再松开后即可返回正常视角。"); MessageManager.Cast("长按宠物再松开后即可返回正常视角。");
......
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