Fix Remnants of EdgeRendering toggle compile Error
This commit is contained in:
parent
2d0e24bdf8
commit
49803e7a6a
1 changed files with 0 additions and 2 deletions
|
@ -208,8 +208,6 @@ class Grid {
|
|||
_dirty = false;
|
||||
}
|
||||
|
||||
void switchEdgeRendering([bool on]) {
|
||||
_renderEdges = on ?? !_renderEdges;
|
||||
void set renderEdges(bool on) {
|
||||
_renderEdges = on;
|
||||
_dirty = true;
|
||||
|
|
Loading…
Reference in a new issue