mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-13 06:47:37 +02:00
Cleaning up those dang warnings (#826)
* done i think wahoo * this one too lol
This commit is contained in:

committed by
minenice55

parent
5d8daa784c
commit
904763b296
@ -159,7 +159,7 @@ public static class SavWav
|
||||
var subChunk1 = BitConverter.GetBytes(16u);
|
||||
AddDataToBuffer(stream, ref offset, subChunk1);
|
||||
|
||||
const ushort two = 2;
|
||||
//const ushort two = 2; Unused value - Marc
|
||||
const ushort one = 1;
|
||||
|
||||
var audioFormat = BitConverter.GetBytes(one);
|
||||
|
Reference in New Issue
Block a user