bridge: update hacks

This commit is contained in:
Zack Buhman 2025-07-20 00:28:25 -05:00
parent c05f1d3b47
commit d54ae4bd94

View File

@ -124,7 +124,7 @@ namespace demo {
}
}
float duration = 1.f / 120.0f;
float duration = 1.f / (60.0f * 3);
for (int i = 0; i < particles_length; i++) {
particles[i].integrate(duration);
@ -165,6 +165,9 @@ namespace demo {
{
_update();
_update();
_update();
_update();
_update();
}
void bridge::draw_hud(ta_parameter_writer& writer)