Jelajahi Sumber

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 tahun lalu
induk
melakukan
17f51ba4cc
1 mengubah file dengan 0 tambahan dan 4 penghapusan
  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++;
     }