------------------------------------------------------------------------------- Toggle the "2 Light sources" state -------------------------------------------------------------------------------
| 249 | // Toggle the "2 Light sources" state |
| 250 | //------------------------------------------------------------------------------- |
| 251 | void ToggleMultipleLights() { |
| 252 | g_sOptions.b3Lights = !g_sOptions.b3Lights; |
| 253 | storeRegKey(g_sOptions.b3Lights, "MultipleLights"); |
| 254 | } |
| 255 | |
| 256 | //------------------------------------------------------------------------------- |
| 257 | // Toggle the "LightRotate" state |
no test coverage detected