This commit is contained in:
Jonas Zeunert
2018-10-04 23:45:28 +02:00
parent 8772c165f2
commit ca5931698d

View File

@@ -28,7 +28,7 @@ void FlippR_Driver::Input::DistributingEvent::active()
last_activation = std::chrono::high_resolution_clock::now(); last_activation = std::chrono::high_resolution_clock::now();
if(activation_state == ACTIVATED) if(activation_state == FIRST_ACTIVATED)
{ {
this->distribute(); this->distribute();
} }