| 125 | } |
| 126 | |
| 127 | static void UpdateDetailObjectDecals(bool val) { |
| 128 | config.GetRef("detail_object_decals") = val; |
| 129 | Graphics::Instance()->SetDetailObjectDecals(val); |
| 130 | } |
| 131 | |
| 132 | static void UpdateDetailObjectLowres(bool val) { |
| 133 | config.GetRef("detail_object_lowres") = val; |
no test coverage detected