Commit f39efe01 authored by SherryChaos's avatar SherryChaos

bug fix

parent d18b446a
...@@ -8649,6 +8649,8 @@ namespace MDPro3 ...@@ -8649,6 +8649,8 @@ namespace MDPro3
{ {
if (!duelEnded) if (!duelEnded)
return; return;
if (!isShowed)
return;
var selections = new List<string>() var selections = new List<string>()
{ {
InterString.Get("保存回放"), InterString.Get("保存回放"),
......
...@@ -64,7 +64,7 @@ namespace MDPro3.UI ...@@ -64,7 +64,7 @@ namespace MDPro3.UI
//Click //Click
if (Program.hoverObject == collider_.gameObject && Program.InputGetMouse0Up) if (Program.hoverObject == collider_.gameObject && Program.InputGetMouse0Up)
{ {
if (Program.I().ocgcore.returnAction == null) if (Program.I().ocgcore.currentPopup == null)
{ {
var tasks = new List<string> var tasks = new List<string>
{Program.I().ocgcore.phase.ToString()}; {Program.I().ocgcore.phase.ToString()};
......
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