mirror of
https://github.com/SlimeVR/SlimeVR-Tracker-ESP.git
synced 2026-04-06 02:01:57 +02:00
Fixed typo
This commit is contained in:
@@ -503,7 +503,7 @@ void updateSensorState(Sensor * const sensor, Sensor * const sensor2) {
|
||||
if(sensorStateNotified1 != sensor->isWorking())
|
||||
sendSensorInfo(0, sensor->isWorking(), PACKET_SENSOR_INFO);
|
||||
if(sensorStateNotified2 != sensor2->isWorking())
|
||||
sendSensorInfo(1, sensor->isWorking(), PACKET_SENSOR_INFO);
|
||||
sendSensorInfo(1, sensor2->isWorking(), PACKET_SENSOR_INFO);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user