Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

Commit

Permalink
Forgot to comment this unused var out, whuh
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Jan 27, 2014
1 parent 7764f44 commit 3fec1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MonoGame.Framework/Audio/CueData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ public XACTClip(BinaryReader reader, double clipVolume)

// XACT Event Type, Timestamp
uint eventType = eventInfo & 0x0000001F;
uint eventTimestamp = (eventInfo >> 5) & 0x0000FFFF;
// uint eventTimestamp = (eventInfo >> 5) & 0x0000FFFF;
// uint eventUnknown = eventInfo >> 21;

// Random offset, unused
Expand Down

0 comments on commit 3fec1d5

Please sign in to comment.