MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / UpdateDetailObjectDecals

Function UpdateDetailObjectDecals

Source/GUI/dimgui/settings_screen.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

DrawSettingsImGuiFunction · 0.85

Calls 2

GetRefMethod · 0.45
SetDetailObjectDecalsMethod · 0.45

Tested by

no test coverage detected