From 162502874dc266bce6a73d5cd70e06c3829ead28 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 25 Oct 2022 06:46:11 +0200 Subject: Properly update watch progress at end of file --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index f0dca82..52cb374 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3,7 +3,6 @@ #include int main(int argc, char **argv) { - setenv("__GL_THREADED_OPTIMIZATIONS", "0", 1); XInitThreads(); setlocale(LC_ALL, "C"); // Sigh... stupid C QuickMedia::Program program; -- cgit v1.2.3