mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Fix a comment
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user