------------------------------------------------------------------------------- Toggle the "LightRotate" state -------------------------------------------------------------------------------
| 257 | // Toggle the "LightRotate" state |
| 258 | //------------------------------------------------------------------------------- |
| 259 | void ToggleLightRotate() { |
| 260 | g_sOptions.bLightRotate = !g_sOptions.bLightRotate; |
| 261 | storeRegKey(g_sOptions.bLightRotate, "LightRotate"); |
| 262 | } |
| 263 | |
| 264 | //------------------------------------------------------------------------------- |
| 265 | // Toggle the "NoTransparency" state |
no test coverage detected