Skip to content

Commit

Permalink
Merge pull request #16 from Pixelguin/master
Browse files Browse the repository at this point in the history
Change "Duration is not aligned properly" message from Warning to Info
  • Loading branch information
Sewer56 authored Sep 4, 2022
2 parents 6bdbb9c + 6ff17ce commit 5e7bfb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modloader/Redirectors/Xact/VirtualWaveBankEntry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ private bool ParseTxth( string path )
}

if ( durationAligned > txth.Duration )
mLogger.Warning( $"[{path} Duration is not aligned properly, it may not play correctly ingame!" );
mLogger.Info( $"[{path} Duration is not aligned properly, it may not play correctly ingame!" );

Native->FlagsAndDuration.Duration.Set( ( uint )durationAligned );
}
Expand Down

0 comments on commit 5e7bfb4

Please sign in to comment.