From ab85dfe3318c8d326b8832bef9f02aebfe80c73a Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Sat, 13 Jan 2024 10:45:36 +0000 Subject: [PATCH] Update to 6.0.0 --- LICENSE | 2 +- Raylib-cs/Build.props | 4 ++-- Raylib-cs/interop/Raylib.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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();