mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Fix a comment
This commit is contained in:
@@ -65,7 +65,7 @@ namespace box2d
|
||||
throw love::Exception("A fixture has escaped Memoizer!");
|
||||
}
|
||||
|
||||
// Push second userdata.
|
||||
// Push second fixture.
|
||||
{
|
||||
Fixture * b = (Fixture *)Memoizer::find(contact->GetFixtureB());
|
||||
if (b != 0)
|
||||
|
||||
Reference in New Issue
Block a user