Remove initializer for default callback
This commit is contained in:
parent
1db5428786
commit
22a47c63b0
1 changed files with 0 additions and 6 deletions
|
|
@ -40,12 +40,6 @@ namespace Raylib_cs
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static unsafe class Logging
|
public static unsafe class Logging
|
||||||
{
|
{
|
||||||
[ModuleInitializer]
|
|
||||||
internal static void SetDefaultCallback()
|
|
||||||
{
|
|
||||||
Raylib.SetTraceLogCallback(&LogConsole);
|
|
||||||
}
|
|
||||||
|
|
||||||
[UnmanagedCallersOnly(CallConvs = new[] { typeof(System.Runtime.CompilerServices.CallConvCdecl) })]
|
[UnmanagedCallersOnly(CallConvs = new[] { typeof(System.Runtime.CompilerServices.CallConvCdecl) })]
|
||||||
public static unsafe void LogConsole(int msgType, sbyte* text, sbyte* args)
|
public static unsafe void LogConsole(int msgType, sbyte* text, sbyte* args)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue