MCPcopy Create free account
hub / github.com/Cubitect/cubiomes-viewer / updateToggles

Method updateToggles

src/extgendialog.cpp:127–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void ExtGenDialog::updateToggles()
128{
129 for (int i = 0; i < FEATURE_NUM; i++)
130 {
131 if (!checkSalts[i])
132 continue;
133 lineSalts[i]->setEnabled(checkSalts[i]->isChecked());
134 }
135}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected