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

Method update

src/mapview.cpp:340–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340void MapView::update(int cnt)
341{
342 updatecounter = cnt;
343 QWidget::update();
344}
345
346VarPos MapView::getActivePos()
347{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected