Skip to content

Commit

Permalink
PTCL : Enable model saving
Browse files Browse the repository at this point in the history
  • Loading branch information
KillzXGaming committed Jan 19, 2025
1 parent 279dfcd commit b106790
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion File_Format_Library/FileFormats/Effects/PCTL.cs
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,6 @@ private void ReadSectionData(SectionBase section, Header ptclHeader, FileReader
((BFRES)BinaryData).Load(new MemoryStream(reader.ReadBytes((int)section.SectionSize)));
((BFRES)BinaryData).IFileInfo = new IFileInfo();
((BFRES)BinaryData).IFileInfo.InArchive = true;
((BFRES)BinaryData).CanSave = false;
Nodes.Add(((BFRES)BinaryData));
}
break;
Expand Down

0 comments on commit b106790

Please sign in to comment.