mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-03 11:09:40 -04:00
Remove initializer for default callback
This commit is contained in:
parent
1db5428786
commit
22a47c63b0
@ -40,12 +40,6 @@ namespace Raylib_cs
|
||||
/// </summary>
|
||||
public static unsafe class Logging
|
||||
{
|
||||
[ModuleInitializer]
|
||||
internal static void SetDefaultCallback()
|
||||
{
|
||||
Raylib.SetTraceLogCallback(&LogConsole);
|
||||
}
|
||||
|
||||
[UnmanagedCallersOnly(CallConvs = new[] { typeof(System.Runtime.CompilerServices.CallConvCdecl) })]
|
||||
public static unsafe void LogConsole(int msgType, sbyte* text, sbyte* args)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user