Skip to content

Commit

Permalink
Fix: Corrected texture write path
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin113D committed Nov 27, 2023
1 parent 06bea12 commit 1118b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SA3D.SA2Event/EventSource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ void WriteFile(byte[]? data, string append, bool compressfile)

WriteFile(Model, ".prs", true);
WriteFile(Motion, "motion.bin", false);
WriteFile(Textures, "textures.prs", true);
WriteFile(Textures, "texture.prs", true);
WriteFile(Texlist, "texlist.prs", true);
WriteFile(Effects, "_0.prs", true);

Expand Down

0 comments on commit 1118b16

Please sign in to comment.