From 3930dce7215628f5668af6e6bf6502caf63885e3 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Fri, 18 Jan 2008 13:57:51 +0000 Subject: [PATCH] Renamed AL.Bool to bool. --- Source/OpenTK/OpenAL/AlutFunctions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OpenTK/OpenAL/AlutFunctions.cs b/Source/OpenTK/OpenAL/AlutFunctions.cs index 8df34f1e..51a5c39a 100644 --- a/Source/OpenTK/OpenAL/AlutFunctions.cs +++ b/Source/OpenTK/OpenAL/AlutFunctions.cs @@ -162,7 +162,7 @@ namespace OpenTK.OpenAL /// Number of seconds. May not be negative. /// Success. [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