增加报错调试
This commit is contained in:
@@ -422,6 +422,10 @@ namespace SpineViewer.Controls
|
||||
RenderWindow.Display();
|
||||
}
|
||||
}
|
||||
catch
|
||||
{
|
||||
throw;
|
||||
}
|
||||
finally
|
||||
{
|
||||
RenderWindow.SetActive(false);
|
||||
|
||||
Reference in New Issue
Block a user