File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -784,7 +784,7 @@ make_from_bam(const FactoryParams ¶ms) {
784784void PartBundle::
785785fillin (DatagramIterator &scan, BamReader *manager) {
786786 PartGroup::fillin (scan, manager);
787- if (manager->get_file_minor_ver () >= 16 ) {
787+ if (manager->get_file_minor_ver () >= 17 ) {
788788 manager->read_pointer (scan); // _anim_preload
789789 }
790790 if (manager->get_file_minor_ver () >= 10 ) {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ static const unsigned short _bam_major_ver = 6;
3232// Bumped to major version 5 on 5/6/05 for new Geom implementation.
3333// Bumped to major version 6 on 2/11/06 to factor out PandaNode::CData.
3434
35- static const unsigned short _bam_minor_ver = 16 ;
35+ static const unsigned short _bam_minor_ver = 17 ;
3636// Bumped to minor version 1 on 3/12/06 to add Texture::_compression.
3737// Bumped to minor version 2 on 3/17/06 to add PandaNode::_draw_control_mask.
3838// Bumped to minor version 3 on 3/21/06 to add Texture::_ram_images.
You can’t perform that action at this time.
0 commit comments