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

Add missing ConfigFlag flag argument to ClearWindowState

This commit is contained in:
Rgebee 2020-12-27 15:31:43 +00:00
commit 5d266806eb

View file

@ -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)]