Skip to content

Commit

Permalink
Debug problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Miner34dev committed Apr 28, 2024
1 parent 24ceee3 commit 2a232c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/main/gfx/DustPool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,9 @@ 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?")
}


emit->setColour(col);
Expand Down

0 comments on commit 2a232c9

Please sign in to comment.