@@ -108,20 +108,20 @@ public static B2Version b2GetVersion()
108108
109109
110110#if BOX2D_PROFILE
111- /// Tracy profiler instrumentation
112- /// https://github.com/wolfpld/tracy
113- public static void b2TracyCZoneC ( object ctx , object color , object active )
114- {
115- TracyCZoneC ( ctx , color , active ) ;
116- }
117- public static void b2TracyCZoneNC ( object object ctx, object name , object color , object active )
118- {
119- TracyCZoneNC ( ctx , name , color , active ) ;
120- }
121- public static void b2TracyCZoneEnd ( object ctx )
122- {
123- TracyCZoneEnd ( ctx ) ;
124- }
111+ /// Tracy profiler instrumentation
112+ /// https://github.com/wolfpld/tracy
113+ public static void b2TracyCZoneC ( object ctx , object color , object active )
114+ {
115+ TracyCZoneC ( ctx , color , active ) ;
116+ }
117+ public static void b2TracyCZoneNC ( object object ctx, object name , object color , object active )
118+ {
119+ TracyCZoneNC ( ctx , name , color , active ) ;
120+ }
121+ public static void b2TracyCZoneEnd ( object ctx )
122+ {
123+ TracyCZoneEnd ( ctx ) ;
124+ }
125125#else
126126 [ Conditional ( "DEBUG" ) ]
127127 public static void b2TracyCZoneC ( B2TracyCZone ctx , B2HexColor color , bool active )
0 commit comments