| 100 | } |
| 101 | |
| 102 | void QueryUpdate() { |
| 103 | static LightQueryElement upd{ NULL, 0, 1 }; |
| 104 | QueryCommand(upd); |
| 105 | lightsNoDelay = lightQuery.size() < (afx_dev->activeLights << 3); |
| 106 | } |
| 107 | |
| 108 | void SetLight(DWORD lgh, vector<AlienFX_SDK::Afx_action>* actions) |
| 109 | { |
no test coverage detected