Fix a comment

This commit is contained in:
Bart van Strien
2012-01-12 11:26:22 +01:00
parent fbfd20a142
commit 9dc4138366
+1 -1
View File
@@ -65,7 +65,7 @@ namespace box2d
throw love::Exception("A fixture has escaped Memoizer!"); throw love::Exception("A fixture has escaped Memoizer!");
} }
// Push second userdata. // Push second fixture.
{ {
Fixture * b = (Fixture *)Memoizer::find(contact->GetFixtureB()); Fixture * b = (Fixture *)Memoizer::find(contact->GetFixtureB());
if (b != 0) if (b != 0)