mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 19:23:28 +02:00
Remove alert for route remapping on hardware change.
This commit is contained in:
parent
af8d0dc280
commit
6f4204ca5b
1 changed files with 0 additions and 4 deletions
|
@ -246,10 +246,6 @@ function checkHardware() {
|
|||
print('Setting mapping for new controller hardware:', newHardware);
|
||||
if (clickMapToggle) {
|
||||
clickMapToggle.setState(false);
|
||||
// FIX SYSTEM BUG: This does not work when hardware changes.
|
||||
Window.alert("This isn't likely to work because of " +
|
||||
'https://app.asana.com/0/26225263936266/118428633439654\n' +
|
||||
"You'll probably need to restart interface.");
|
||||
}
|
||||
hardware = newHardware;
|
||||
if (clickMappings[hardware]) {
|
||||
|
|
Loading…
Reference in a new issue