At Line 303 in UPhysics2D is a little Bug:
property PositionCorrection: Boolean read m_positionCorrection write m_warmStarting;
i think it should be
property PositionCorrection: Boolean read m_positionCorrection write m_positionCorrection;
Yes, I found this bug in 2.1.0 version translation process. I will fix the bug in next version.
Log in to post a comment.
Yes, I found this bug in 2.1.0 version translation process. I will fix the bug in next version.