mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-12 22:58:01 +03:00
Removed debug
This commit is contained in:
parent
5830ea7b82
commit
3d9c1406f7
@ -20,7 +20,7 @@ namespace Facepunch.Steamworks.Interop.VTable.This
|
||||
{
|
||||
var ptr = Marshal.AllocHGlobal( Marshal.SizeOf( typeof( Callback ) ) );
|
||||
|
||||
Callback.Result da = ( _, p ) => { onRunCallback( _, p ); Console.WriteLine( "Callback.Result: {0}", _.ToInt64() ); };
|
||||
Callback.Result da = ( _, p ) => { onRunCallback( _, p ); };
|
||||
Callback.GetSize dc = ( _ ) => { return size; };
|
||||
|
||||
cb.AddHandle( GCHandle.Alloc( da ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user