mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-23 16:21:04 +00:00
Comment out unused code.
This commit is contained in:
parent
99b6c8c48a
commit
86610324fc
|
@ -16,7 +16,7 @@ namespace OpenTK.Audio
|
|||
public class SoundData
|
||||
{
|
||||
byte[] buffer;
|
||||
int data_length; // The actual position of the last sample (the buffer may be larger than this).
|
||||
//int data_length; // The actual position of the last sample (the buffer may be larger than this).
|
||||
SoundFormat format;
|
||||
|
||||
#region --- Constructors ---
|
||||
|
|
Loading…
Reference in a new issue