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

Method refreshBiomeColors

src/mapview.cpp:200–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void MapView::refreshBiomeColors()
201{
202 if (world)
203 {
204 world->refreshBiomeColors();
205 update(1);
206 }
207}
208
209void MapView::settingsToWorld()
210{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected