Skip to content

Commit be7ea07

Browse files
committed
[upstream] Update documentation for 3.1 release (box2d #898)
enable more warnings release notes improve character sample onGround logic
1 parent 37f3bee commit be7ea07

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

src/Box2D.NET/B2Cores.cs

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)