瀏覽代碼

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 年之前
父節點
當前提交
17f51ba4cc
共有 1 個文件被更改,包括 0 次插入4 次删除
  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++;
     }