~jacqueline/neon-genesis-ovengeleon

815dc635752c972deccccc2512fe18583f613b00 — jacqueline leykam 8 months ago b917b15
fix little ordering
1 files changed, 2 insertions(+), 2 deletions(-)

M src/main.cpp
M src/main.cpp => src/main.cpp +2 -2
@@ 606,13 606,13 @@ void bottom_right_pushed() {
}

void change_state(State new_state) {
	current_state = new_state;

	display.fillScreen(ST77XX_BLACK);
	draw_header();
	draw_footer();
	text_bg_color = 0x0000;

	current_state = new_state;

	// Any menu would want to be reset anyway.
	last_drawn_selection = -1;
	selection = 0;