Merge branch 'master' of ssh://git.peroxy.dev:222/kookroach/game-physics

This commit is contained in:
2023-11-16 23:17:58 +01:00

View File

@@ -6,7 +6,7 @@ MassSpringSystemSimulator::MassSpringSystemSimulator()
m_iTestCase = 0; m_iTestCase = 0;
m_fMass = 10; m_fMass = 10;
m_fStiffness = 40; m_fStiffness = 40;
m_iIntegrator = EULER; m_iIntegrator = EULER;
} }
const char* MassSpringSystemSimulator::getTestCasesStr() const char* MassSpringSystemSimulator::getTestCasesStr()
@@ -126,7 +126,7 @@ void MassSpringSystemSimulator::notifyCaseChanged(int testCase)
break; break;
} }
case 2: { case 2: {
cout << "Demo 3 !\n"; cout << "Demo 3 !\n";
reset(); reset();