diff options
| author | tslil clingman <> | 2020-01-21 21:49:41 -0800 |
|---|---|---|
| committer | tslil clingman <> | 2020-01-21 21:49:41 -0800 |
| commit | 12be9c779da86a4e68ac69819bf22e351172c948 (patch) | |
| tree | bd9cae2d87338289c21363d535c091d983d658e1 /src/gui.rs | |
| parent | fa04cc6ecf3ac1b4b8e8561c5969ee64f09f59fa (diff) | |
fixed tall stack nonsense, improved parser
Diffstat (limited to 'src/gui.rs')
| -rw-r--r-- | src/gui.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -222,7 +222,7 @@ impl BoardGUI { } } // Prevent redraw of the grid itself? - self.board_window.touch(); + self.board_window.untouch(); } pub fn read_action(&mut self) -> BGAction { |
