Changeset 1708 for trunk/test
- Timestamp:
- Aug 9, 2012, 9:03:44 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Physics/EasyPhysics.cpp
r1702 r1708 268 268 mat4 EasyCharacterController::GetTransform() 269 269 { 270 mat4(1.f);270 return mat4(1.f); 271 271 } 272 272
Note: See TracChangeset
for help on using the changeset viewer.