Browse Source

raise sanity check

David Rose 18 years ago
parent
commit
5981967334
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandatool/src/pstatserver/pStatClientData.cxx

+ 1 - 1
pandatool/src/pstatserver/pStatClientData.cxx

@@ -392,7 +392,7 @@ record_new_frame(int thread_index, int frame_number,
 void PStatClientData::
 slot_collector(int collector_index) {
   // A sanity check on the index number.
-  nassertv(collector_index < 10000);
+  nassertv(collector_index < 100000);
 
   while ((int)_collectors.size() <= collector_index) {
     Collector collector;