Skip to content

Commit

Permalink
Fix debug problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Miner34dev committed Apr 28, 2024
1 parent 2a232c9 commit 82591b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main/gfx/DustPool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ void DustPool::update()
const float speedFactor = (App::sim_state->getEnum<SimState>() == SimState::PAUSED) ? 0.f : App::GetGameContext()->GetActorManager()->GetSimulationSpeed();
pss[i]->setSpeedFactor(speedFactor);
if (speedFactor==0.f){
App::GetConsole()->putMessage(CONSOLE_MSGTYPE_INFO, CONSOLE_SYSTEM_NOTICE, "Did it stop?")
App::GetConsole()->putMessage("Did it stop?")
}


Expand Down

0 comments on commit 82591b6

Please sign in to comment.