Blender Git Loki
Git Commits -> Revision 2e6634e
Revision 2e6634e by Porteries Tristan (master) May 8, 2015, 16:17 (GMT) |
BGE: Cleanup function UpdateMesh and SetMesh in CcdPhysicsController.cpp "if (value == true)" -> "if(value)" "if (ptr == NULL)" -> "if (!ptr)" "vector<bool>" -> "std::vector<bool>" And other blender typo. |
Commit Details:
Full Hash: 2e6634e4a8a78809453816d2c623495e21454e69
Parent Commit: 4c79608
Lines Changed: +203, -215
1 Modified Path:
/source/gameengine/Physics/Bullet/CcdPhysicsController.cpp (+203, -215) (Diff)