CellBuffer.setDirty

Mark a cell as either dirty or clean.

class CellBuffer
pure
void
setDirty
(,
bool b
)

Parameters

pos Coord

coordinate of sell to update

b bool

mark all dirty if true, or clean if false

Meta