Update default LogConsole callback
This commit is contained in:
parent
9a0e50d70c
commit
e2fc83717f
2 changed files with 5 additions and 5 deletions
|
|
@ -24,7 +24,6 @@ namespace Raylib_cs
|
|||
/// </summary>
|
||||
public static Color Fade(Color color, float alpha) => ColorAlpha(color, alpha);
|
||||
|
||||
|
||||
//------------------------------------------------------------------------------------
|
||||
// Window and Graphics Device Functions (Module: core)
|
||||
//------------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue