mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
raise sanity check
This commit is contained in:
parent
1e7c8513c3
commit
5981967334
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user