Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Miner34dev committed Apr 28, 2024
1 parent 6145fdb commit f1b15ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main/gfx/GfxScene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ void GfxScene::UpdateScene(float dt_sec)
{
for (GfxActor* gfx_actor: m_all_gfx_actors)
{
if (!m_simbuf.simbuf_sim_paused && !gfx_actor->GetSimDataBuffer().simbuf_physics_paused)
if (!gfx_actor->GetSimDataBuffer().simbuf_physics_paused)
{
gfx_actor->UpdateParticles(m_simbuf.simbuf_sim_speed * dt_sec);
}
Expand Down

0 comments on commit f1b15ae

Please sign in to comment.