AxiosEngine-old 

AxiosEngine-old Commit Details


Date:2012-05-18 00:26:00 (12 years 7 months ago)
Author:Natalie Adams
Branch:default
Commit:d25b6764c7e8
Parents: 0d5aac94bce0
Message:Taking out an assert in Farseer

Changes:
Maxios/Dynamics/World.cs (1 diff)

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

Page rendered in 0.42516s using 14 queries.