ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/OniSplit/Sound/AifImporter.cs
(Generate patch)

Comparing OniSplit/Sound/AifImporter.cs (file contents):
Revision 1114 by iritscen, Wed Jan 22 14:08:57 2020 UTC vs.
Revision 1156 by geyser, Sat May 8 01:44:24 2021 UTC

# Line 52 | Line 52 | namespace Oni.Sound
52                  writer.Write(duration);
53                  writer.Write(aif.SoundData.Length);
54                  writer.Write(WriteRawPart(aif.SoundData));
55 +                writer.Skip(8);
56              }
57                  }
58          }

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)