diff --git a/examples/game_of_life/life_gg.v b/examples/game_of_life/life_gg.v index eb017c1f31..9817e93984 100644 --- a/examples/game_of_life/life_gg.v +++ b/examples/game_of_life/life_gg.v @@ -30,7 +30,7 @@ const ( [live] fn print_automaton(a &automaton.Automaton){ - gg.clear(gx.White) + gg.clear(gx.white) square_size := 18 for y := 1; y