ADD: added sleep to worker main loop
This commit is contained in:
@@ -191,6 +191,8 @@ namespace Entities
|
|||||||
{
|
{
|
||||||
MovementWorkerStarted = false;
|
MovementWorkerStarted = false;
|
||||||
}
|
}
|
||||||
|
std::this_thread::sleep_for(std::chrono::milliseconds(500));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Entity::handleExternalComms(std::string msg)
|
void Entity::handleExternalComms(std::string msg)
|
||||||
|
|||||||
Reference in New Issue
Block a user