diff --git a/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs b/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs index ccf7e96..196105f 100644 --- a/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs +++ b/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs @@ -2134,7 +2134,7 @@ namespace PersistentWindows.Common return; userMove = true; - StartCaptureTimer(UserMoveLatency / 2); + StartCaptureTimer(UserMoveLatency / 4); } break;