------------------------------------------------------------------------------- Changed pp setup -------------------------------------------------------------------------------
| 201 | // Changed pp setup |
| 202 | //------------------------------------------------------------------------------- |
| 203 | void UpdatePPSettings() { |
| 204 | DWORD dwValue = ppsteps; |
| 205 | RegSetValueExA(g_hRegistry,"PostProcessing",0,REG_DWORD,(const BYTE*)&dwValue,4); |
| 206 | UpdateWindow(g_hDlg); |
| 207 | } |
| 208 | |
| 209 | //------------------------------------------------------------------------------- |
| 210 | // Toggle the "Display Normals" state |