Mandelbrot
This commit is contained in:
@@ -206,7 +206,7 @@ where
|
||||
}
|
||||
pub fn run(&mut self) -> ! {
|
||||
let mut buttons = [false; 4];
|
||||
let funcs = [Self::left, Self::right, Self::up, Self::down];
|
||||
let funcs = [Self::right, Self::left, Self::up, Self::down];
|
||||
let mut lost = false;
|
||||
self.draw();
|
||||
loop {
|
||||
|
||||
Reference in New Issue
Block a user