增加报错调试

This commit is contained in:
ww-rm
2025-03-30 20:07:29 +08:00
parent 4d9aebc758
commit ce1f75e8a5

View File

@@ -422,6 +422,10 @@ namespace SpineViewer.Controls
RenderWindow.Display(); RenderWindow.Display();
} }
} }
catch
{
throw;
}
finally finally
{ {
RenderWindow.SetActive(false); RenderWindow.SetActive(false);