Skip to content

Commit 82e7406

Browse files
authored
Update SoftCallbackBuffer.cs
1 parent 65344cb commit 82e7406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenAL/Extensions/Silk.NET.OpenAL.Extensions.Soft/SoftCallbackBuffer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ public SoftCallbackBuffer(INativeContext ctx)
3535

3636
/// <inheritdoc />
3737
[NativeApi(EntryPoint = "GetBufferPtrvSOFT")]
38-
public partial void GetBufferPtr(uint buffer, SoftBufferCallback param, void** ptr);
38+
public partial void GetBufferPtrv(uint buffer, SoftBufferCallback param, void** ptr);
3939
}
4040
}

0 commit comments

Comments
 (0)