Skip to content

Commit e2428c2

Browse files
committed
fix - colorCounters.Length == 24 #45
1 parent 79845b3 commit e2428c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Box2D.NET.Samples/Samples/Sample.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ public virtual void Draw(Settings settings)
507507

508508
int totalCount = 0;
509509
var buffer = new StringBuilder();
510-
B2_ASSERT(s.colorCounts.Length == 12);
510+
B2_ASSERT(s.colorCounts.Length == 24);
511511

512512
// todo fix this
513513
buffer.Append("colors: ");

0 commit comments

Comments
 (0)