ソースを参照

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);
}

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


読み込み中…
キャンセル
保存