mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
bam: Fix typo in ClipPlaneAttrib::fillin
This commit is contained in:
parent
d088341da1
commit
74bb2fef2e
@ -1017,7 +1017,7 @@ fillin(DatagramIterator &scan, BamReader *manager) {
|
|||||||
_on_planes.resize(num_on_planes);
|
_on_planes.resize(num_on_planes);
|
||||||
if (manager->get_file_minor_ver() >= 40) {
|
if (manager->get_file_minor_ver() >= 40) {
|
||||||
for (int i = 0; i < num_on_planes; i++) {
|
for (int i = 0; i < num_on_planes; i++) {
|
||||||
manager->read_pointer(scan);
|
_on_planes[i].fillin(scan, manager);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
manager->read_pointers(scan, num_on_planes);
|
manager->read_pointers(scan, num_on_planes);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user