Skip to content

Commit ed90465

Browse files
committed
Update comments
1 parent a720617 commit ed90465

File tree

1 file changed

+1
-1
lines changed
  • examples/CSharp/OpenAL/Tutorial001.HelloSound

1 file changed

+1
-1
lines changed

examples/CSharp/OpenAL/Tutorial001.HelloSound/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using NAudio.Wave;
22
using Silk.NET.OpenAL;
33

4-
// NOTE: If you prefer, you can use the static ALContext and AL functions instead of creating an API object!
4+
// NOTE: If you prefer, you can use the static AlContext and Al functions instead of creating an API object!
55
// Learn more: https://dotnet.github.io/Silk.NET/docs/v3/silk.net/static-vs-instance-bindings
66
var alc = AlContext.Create(); // TODO disposable
77

0 commit comments

Comments
 (0)