Browse Source

Fix a comment

Bart van Strien 13 years ago
parent
commit
9dc4138366
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/physics/box2d/World.cpp

+ 1 - 1
src/modules/physics/box2d/World.cpp

@@ -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)