mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-09 16:02:46 +08:00
Fixed unsigned compare against zero. Changed win32 priority to
maximum.
This commit is contained in:
@@ -40,7 +40,7 @@ void
|
||||
CPrimaryScreen::mainLoop()
|
||||
{
|
||||
// change our priority
|
||||
CThread::getCurrentThread().setPriority(-13);
|
||||
CThread::getCurrentThread().setPriority(-14);
|
||||
|
||||
// run event loop
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user