| 1152 | } |
| 1153 | |
| 1154 | bool PhysicsDemoOneWayPlatform::onContactBegin(PhysicsContact& contact) |
| 1155 | { |
| 1156 | return contact.getContactData()->normal.y < 0; |
| 1157 | } |
| 1158 | |
| 1159 | std::string PhysicsDemoOneWayPlatform::title() const |
| 1160 | { |
nothing calls this directly
no test coverage detected