Watch
2
0
Fork
You've already forked raylib-cs
0

Release 6.0.0 (#221)

This commit is contained in:
Rgebee 2024-01-20 10:47:51 +00:00 committed by GitHub
commit 5d23b5ca71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 8 deletions

View file

@ -2532,7 +2532,7 @@ public static unsafe partial class Raylib
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern void SetMasterVolume(float volume);
/// <summary>Set master volume (listener)</summary>
/// <summary>Get master volume (listener)</summary>
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern float GetMasterVolume();