fixed small typo
This commit is contained in:
parent
bb67a3cef8
commit
a1a4bd2ec4
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ global Sample* LoadWav(const char* name, int flags __attribute__((unused)))
|
|||
CLclose(f);
|
||||
ExitFatal(-1);
|
||||
}
|
||||
DebugCheck(wavfmt.Frequency != 44100 || wavfmt.Frequency != 22050 ||
|
||||
DebugCheck(wavfmt.Frequency != 44100 && wavfmt.Frequency != 22050 &&
|
||||
wavfmt.Frequency != 11025);
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue