浏览代码

added return

legacy
jeunathe jnat 12 年前
父节点
当前提交
4f06ca1307
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      test/Physics/EasyPhysics.cpp

+ 1
- 1
test/Physics/EasyPhysics.cpp 查看文件

@@ -267,7 +267,7 @@ void EasyCharacterController::RemoveFromSimulation(class Simulation* current_sim
}
mat4 EasyCharacterController::GetTransform()
{
mat4(1.f);
return mat4(1.f);
}

//-------------------------------------------------------------------------


正在加载...
取消
保存