Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 7e9dee7

Browse files
author
Michel
committed
fixed IsPaused preventing thread from exit
1 parent 8520bbe commit 7e9dee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GameOverlay/Utilities/FrameTimer.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public bool Start()
137137
/// </summary>
138138
public void Stop()
139139
{
140-
IsPaused = true;
140+
IsPaused = false;
141141
ExitThread();
142142
}
143143

0 commit comments

Comments
 (0)