diff options
| author | Crystalwarrior <varsash@gmail.com> | 2021-03-24 23:05:09 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2021-03-24 23:05:09 +0300 |
| commit | 37de947a3df3c90b27562515f5d3a1e05ad40de5 (patch) | |
| tree | e3925beb6a3649dd3dfd49f852262b2334b01d62 /src/charselect.cpp | |
| parent | e9eba9b5ab1b022905d2f6dbe8e6ad2e2a516372 (diff) | |
Mark ui_selector, ui_passworded, ui_taken for evidence and character select as static-only due to massice performance overhead for no substantial benefit
Diffstat (limited to 'src/charselect.cpp')
| -rw-r--r-- | src/charselect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charselect.cpp b/src/charselect.cpp index 510d8c0a..d45e8759 100644 --- a/src/charselect.cpp +++ b/src/charselect.cpp @@ -21,7 +21,7 @@ void Courtroom::construct_char_select() ui_char_buttons = new QWidget(ui_char_select_background); - ui_selector = new AOImage(ui_char_select_background, ao_app); + ui_selector = new AOImage(ui_char_select_background, ao_app, true); ui_selector->setAttribute(Qt::WA_TransparentForMouseEvents); ui_selector->resize(62, 62); |
