Merge branch 'master' of ssh://git.peroxy.dev:222/kookroach/game-physics
This commit is contained in:
@@ -6,7 +6,7 @@ MassSpringSystemSimulator::MassSpringSystemSimulator()
|
||||
m_iTestCase = 0;
|
||||
m_fMass = 10;
|
||||
m_fStiffness = 40;
|
||||
m_iIntegrator = EULER;
|
||||
m_iIntegrator = EULER;
|
||||
}
|
||||
|
||||
const char* MassSpringSystemSimulator::getTestCasesStr()
|
||||
@@ -126,7 +126,7 @@ void MassSpringSystemSimulator::notifyCaseChanged(int testCase)
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
case 2: {
|
||||
cout << "Demo 3 !\n";
|
||||
reset();
|
||||
|
||||
Reference in New Issue
Block a user