From 3ce41e80ac5c718c0ec71441d3043b9c20b2571f Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Sun, 27 Oct 2013 11:59:56 -0400 Subject: [PATCH] Stick to AL.cs style for Buffer --- src/MiniTK/Audio/OpenAL/AL/AL.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MiniTK/Audio/OpenAL/AL/AL.cs b/src/MiniTK/Audio/OpenAL/AL/AL.cs index 8e9cac4..b0351d6 100644 --- a/src/MiniTK/Audio/OpenAL/AL/AL.cs +++ b/src/MiniTK/Audio/OpenAL/AL/AL.cs @@ -1507,7 +1507,7 @@ namespace OpenTK.Audio.OpenAL }*/ [CLSCompliant(false), DllImport(AL.Lib, EntryPoint = "alBufferiv", ExactSpelling = true, CallingConvention = AL.Style), SuppressUnmanagedCodeSecurity()] - public static extern void Buffer(int bid, ALBufferiv param, uint[] param); + public static extern void Buffer(int bid, ALBufferiv param, uint[] value); #endregion Set Buffer parameters @@ -1657,4 +1657,4 @@ namespace OpenTK.Audio.OpenAL } // flibit Added This!!! -#pragma warning restore 3021 \ No newline at end of file +#pragma warning restore 3021