Skip to content

Commit 35baf6a

Browse files
committed
whoops!
1 parent 95abe64 commit 35baf6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

panda/src/chan/partBundle.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ make_from_bam(const FactoryParams &params) {
784784
void PartBundle::
785785
fillin(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) {

panda/src/putil/bam.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)