mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-25 15:35:28 +00:00
Renamed AL.Bool to bool.
This commit is contained in:
parent
7bfaf93246
commit
4534c9ec19
|
@ -162,7 +162,7 @@ namespace OpenTK.OpenAL
|
|||
/// <param name="duration">Number of seconds. May not be negative.</param>
|
||||
/// <returns>Success.</returns>
|
||||
[DllImport( Alut.Lib, EntryPoint = "alutSleep", ExactSpelling = true, CallingConvention = Alut.Style ), SuppressUnmanagedCodeSecurity( )]
|
||||
public static extern AL.Bool Sleep( float duration );
|
||||
public static extern bool Sleep( float duration );
|
||||
// ALUT_API ALboolean ALUT_APIENTRY alutSleep (ALfloat duration);
|
||||
*/
|
||||
#endregion Misc
|
||||
|
|
Loading…
Reference in a new issue