commented sound deactivation

This commit is contained in:
Jonas Zeunert
2020-01-09 21:13:08 +01:00
parent b6fcef96d2
commit ba5326a3ad

View File

@@ -38,7 +38,7 @@ void Sound::playTask()
std::this_thread::sleep_for(deactivation_time); std::this_thread::sleep_for(deactivation_time);
pin_controller->deactivate(*this); //pin_controller->deactivate(*this);
} }
} }