Commit f39efe01 authored by SherryChaos's avatar SherryChaos

bug fix

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