missing shutdown in controller

This commit is contained in:
a 2024-12-06 23:17:00 +02:00
parent c7ce32dad1
commit 9c976d730f

View File

@ -231,6 +231,7 @@ Steam_Controller::~Steam_Controller()
{
//TODO rm network callbacks
//TODO rumble thread
Shutdown();
this->run_every_runcb->remove(&Steam_Controller::steam_run_every_runcb, this);
}