------------------------------------------------------------------------------- Toggle the "Culling" state -------------------------------------------------------------------------------
| 305 | // Toggle the "Culling" state |
| 306 | //------------------------------------------------------------------------------- |
| 307 | void ToggleCulling() { |
| 308 | g_sOptions.bCulling = !g_sOptions.bCulling; |
| 309 | storeRegKey(g_sOptions.bCulling, "Culling"); |
| 310 | } |
| 311 | |
| 312 | //------------------------------------------------------------------------------- |
| 313 | // Toggle the "Skeleton" state |
no test coverage detected