Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions data/map01.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions data/map02.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions data/map03.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Box2D.NET.Samples/Samples/Benchmarks/BenchmarkCast.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
private float m_buildTime;

private int m_rowCount, m_columnCount;
private int m_updateType;

Check warning on line 33 in src/Box2D.NET.Samples/Samples/Benchmarks/BenchmarkCast.cs

View workflow job for this annotation

GitHub Actions / test-macos-latest-9

The field 'BenchmarkCast.m_updateType' is never used

Check warning on line 33 in src/Box2D.NET.Samples/Samples/Benchmarks/BenchmarkCast.cs

View workflow job for this annotation

GitHub Actions / test-ubuntu-latest-9

The field 'BenchmarkCast.m_updateType' is never used

Check warning on line 33 in src/Box2D.NET.Samples/Samples/Benchmarks/BenchmarkCast.cs

View workflow job for this annotation

GitHub Actions / test-windows-latest-8

The field 'BenchmarkCast.m_updateType' is never used
private int m_drawIndex;
private float m_radius;
private float m_fill;
Expand Down Expand Up @@ -128,7 +128,7 @@
box = b2MakeBox(halfWidth, ratio * halfWidth);
}

int category = (int)RandomIntRange(0, 2);
int category = RandomIntRange(0, 2);
shapeDef.filter.categoryBits = (ulong)(1 << category);
if (category == 0)
{
Expand Down
201 changes: 0 additions & 201 deletions src/Box2D.NET.Samples/Samples/Bodies/Character.cs

This file was deleted.

Loading
Loading