diff --git a/LICENSE b/LICENSE index 9e2a46f..74087cd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2018-2023 ChrisDill +Copyright (C) 2018-2024 ChrisDill This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/Raylib-cs/Build.props b/Raylib-cs/Build.props index 8347ed7..2fdb0c1 100644 --- a/Raylib-cs/Build.props +++ b/Raylib-cs/Build.props @@ -2,8 +2,8 @@ 5.0 - 5.0.0 - 5.0.0 + 6.0.0 + 6.0.0 \ No newline at end of file diff --git a/Raylib-cs/interop/Raylib.cs b/Raylib-cs/interop/Raylib.cs index ed0086a..cebd3a8 100644 --- a/Raylib-cs/interop/Raylib.cs +++ b/Raylib-cs/interop/Raylib.cs @@ -2532,7 +2532,7 @@ public static unsafe partial class Raylib [DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)] public static extern void SetMasterVolume(float volume); - /// Set master volume (listener) + /// Get master volume (listener) [DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)] public static extern float GetMasterVolume();