Projects code to support audio placements editing

This commit is contained in:
dexyfex
2018-03-17 00:16:57 +11:00
Unverified
parent 52e4b2f20b
commit f5d384601e
8 changed files with 935 additions and 79 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ namespace CodeWalker.Forms
fileName = rel?.Name;
if (string.IsNullOrEmpty(fileName))
{
fileName = rel?.FileEntry?.Name;
fileName = rel?.RpfFileEntry?.Name;
}
UpdateFormTitle();