Forráskód Böngészése

shouldn't be thread-safe

David Rose 19 éve
szülő
commit
9879a47542
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      pandatool/src/text-stats/textMonitor.cxx

+ 1 - 1
pandatool/src/text-stats/textMonitor.cxx

@@ -152,7 +152,7 @@ lost_connection() {
 ////////////////////////////////////////////////////////////////////
 bool TextMonitor::
 is_thread_safe() {
-  return true;
+  return false;
 }
 
 ////////////////////////////////////////////////////////////////////