diff --git a/pandatool/src/pstatserver/pStatClientData.cxx b/pandatool/src/pstatserver/pStatClientData.cxx index 39fa292455..1ccd0779a8 100644 --- a/pandatool/src/pstatserver/pStatClientData.cxx +++ b/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;