mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-24 15:36:54 +00:00
Minor formatting cleanup.
This commit is contained in:
parent
b1a6202269
commit
80697dcc60
|
@ -110,8 +110,9 @@ namespace OpenTK.Audio
|
||||||
|
|
||||||
#endregion Alc Version number
|
#endregion Alc Version number
|
||||||
|
|
||||||
#region static constructor
|
#region Constructors
|
||||||
/// <summary>Loads all available audio devices into the available_*_devices lists.</summary>
|
|
||||||
|
// Loads all available audio devices into the available_*_devices lists.
|
||||||
static AudioDeviceEnumerator()
|
static AudioDeviceEnumerator()
|
||||||
{
|
{
|
||||||
IntPtr dummy_device = IntPtr.Zero;
|
IntPtr dummy_device = IntPtr.Zero;
|
||||||
|
@ -209,6 +210,7 @@ namespace OpenTK.Audio
|
||||||
Alc.CloseDevice(dummy_device);
|
Alc.CloseDevice(dummy_device);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endregion static constructor
|
|
||||||
|
#endregion
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue