Pārlūkot izejas kodu

fix infinite loop

Plex-CLA-1.0-signed-off-by: Cory Parsons <babylonstudio@gmail.com>

This was unnecessary and is preventing devices from disconnecting/reconnecting.
Cory Parsons 9 gadi atpakaļ
vecāks
revīzija
17f51ba4cc
1 mainītis faili ar 0 papildinājumiem un 4 dzēšanām
  1. 0 4
      src/input/InputSDL.cpp

+ 0 - 4
src/input/InputSDL.cpp

@@ -199,10 +199,6 @@ void InputSDLWorker::run()
             repeats[it.key()]++;
         }
       }
-      else
-      {
-        continue;
-      }
 
       it++;
     }