------------------------------------------------------------------------------- Toggle the "LowQuality" state -------------------------------------------------------------------------------
| 273 | // Toggle the "LowQuality" state |
| 274 | //------------------------------------------------------------------------------- |
| 275 | void ToggleLowQuality() { |
| 276 | g_sOptions.bLowQuality = !g_sOptions.bLowQuality; |
| 277 | storeRegKey(g_sOptions.bLowQuality, "LowQuality"); |
| 278 | } |
| 279 | |
| 280 | //------------------------------------------------------------------------------- |
| 281 | // Toggle the "Specular" state |
no test coverage detected