Merge branch 'master' into nazara-next

This commit is contained in:
Jérôme Leclercq
2020-09-17 20:28:11 +02:00
270 changed files with 106800 additions and 334 deletions

View File

@@ -695,6 +695,8 @@ namespace Nz
cpBodySetVelocity(to, cpBodyGetVelocity(from));
cpBodySetType(to, cpBodyGetType(from));
to->velocity_func = from->velocity_func;
}
void RigidBody2D::CopyShapeData(cpShape* from, cpShape* to)