mirror of
https://github.com/panda3d/panda3d.git
synced 2026-03-18 10:00:59 -05:00
forgot to increment index
This commit is contained in:
@@ -1202,6 +1202,7 @@ do_determine_display_regions() {
|
||||
} else {
|
||||
display_region->set_active_index(-1);
|
||||
}
|
||||
++index;
|
||||
}
|
||||
|
||||
stable_sort(_active_display_regions.begin(), _active_display_regions.end(), IndirectLess<DisplayRegion>());
|
||||
|
||||
Reference in New Issue
Block a user