mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-01-19 04:14:31 +00:00
fix: typo
This commit is contained in:
parent
35378c39ae
commit
b4ce7658b4
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ impl crate::disk::state::Xvb {
|
|||
|
||||
// --------------------------- XVB Simple -------------------------------------------
|
||||
if self.simple && ui.checkbox(&mut self.simple_hero_mode, "Hero Mode").on_hover_text(XVB_HERO_SELECT).clicked() {
|
||||
// change rutime mode immediatly.
|
||||
// change rutime mode immediately.
|
||||
if self.simple_hero_mode {
|
||||
api.lock().unwrap().stats_priv.runtime_mode = RuntimeMode::Hero;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue