fix(CurrentProfile): Forgot to draw Transmission tab

This commit is contained in:
Yimura 2022-01-31 17:27:59 +01:00
parent 9726d96c6a
commit 7a050997b0

View File

@ -35,6 +35,7 @@ namespace big
tab_current_profile::tab_brakes(); tab_current_profile::tab_brakes();
tab_current_profile::tab_gearing(); tab_current_profile::tab_gearing();
tab_current_profile::tab_traction(); tab_current_profile::tab_traction();
tab_current_profile::tab_transmission();
tab_current_profile::tab_steering(); tab_current_profile::tab_steering();
tab_current_profile::tab_suspension(); tab_current_profile::tab_suspension();
tab_current_profile::tab_rollbars(); tab_current_profile::tab_rollbars();