mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-06-30 19:03:42 -04:00
Add missing ConfigFlag flag argument to ClearWindowState
This commit is contained in:
@ -908,7 +908,7 @@ namespace Raylib_cs
|
||||
|
||||
// Clear window configuration state flags
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern void ClearWindowState();
|
||||
public static extern void ClearWindowState(ConfigFlag flag);
|
||||
|
||||
// Toggle fullscreen mode (only PLATFORM_DESKTOP)
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
|
Reference in New Issue
Block a user