You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(groupRef==null)//todo: once multisds is added, tweak this
2744
2744
{
2745
-
ToolkitAssert.Ensure(groupRef!=null,"Error: Actor's FrameName: "+actor.FrameName+"("+actor.FrameNameHash.ToString()+")"+" is not included in FrameResource Contents");
2746
-
return;
2745
+
if(MessageBox.Show("There is no matching Frame: "+actor.FrameName+" in FrameResource contents. If you intend to reference Frame of this name, it is not present. Do you want to continue?","Toolkit",MessageBoxButtons.YesNo,MessageBoxIcon.Question)==DialogResult.No)
0 commit comments