axiosengine 

axiosengine Commit Details


Date:2012-05-18 00:26:32 (12 years 4 months ago)
Author:Natalie Adams
Branch:master
Commit:c0d3f3b939e1b01c1cce2535217d68f22bda0fd5
Parents: b8786c2aaff266fbe5611acf409c146741515871
Message:Taking out an assert in Farseer

Changes:

File differences

axios/Dynamics/World.cs
10961096
10971097
10981098
1099
1099
11001100
11011101
11021102
BodyType typeA = bA.BodyType;
BodyType typeB = bB.BodyType;
Debug.Assert(typeA == BodyType.Dynamic || typeB == BodyType.Dynamic);
//Debug.Assert(typeA == BodyType.Dynamic || typeB == BodyType.Dynamic);
bool awakeA = bA.Awake && typeA != BodyType.Static;
bool awakeB = bB.Awake && typeB != BodyType.Static;

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.06021s using 14 queries.