1
0
mirror of synced 2024-11-12 02:00:50 +01:00

Update render info and user data lists for bfres properly

This commit is contained in:
KillzXGaming 2019-05-12 12:00:50 -04:00
parent bddb4f1f02
commit 83b2f69fb0
4 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@ -118,6 +118,7 @@ namespace FirstPlugin.Forms
activeRenderInfo.Type = RenderInfoType.String;
activeRenderInfo.ValueString = editor.GetStrings();
}
InitializeRenderInfoList(material);
return true;
}

View File

@ -257,6 +257,7 @@ namespace FirstPlugin
if (parser.Type == "WString")
SelectedDataU.SetValue(parser.GetStringUnicode(), true);
LoadUserData(userData);
return true;
}
}
@ -301,6 +302,7 @@ namespace FirstPlugin
if (parser.Type == "WString")
SelectedDataNX.SetValue(parser.GetStringUnicode());
LoadUserData(userDataNX);
return true;
}
}