moved form.rs into the state where it really belongs to
This commit is contained in:
@@ -112,7 +112,7 @@ impl IntroState {
|
||||
}
|
||||
|
||||
pub fn next_option(&mut self) {
|
||||
self.selected_option = (self.selected_option + 1) % 3; // Now 3 options
|
||||
self.selected_option = (self.selected_option + 1) % 3;
|
||||
}
|
||||
|
||||
pub fn previous_option(&mut self) {
|
||||
|
||||
Reference in New Issue
Block a user