mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
pgraph: fix regression in 89236ac1360e5f0249d425e61d537deef40e71c3
This commit is contained in:
parent
b5b77e5956
commit
a17ac6516c
@ -374,6 +374,6 @@ fillin(DatagramIterator &scan, BamReader *manager) {
|
||||
|
||||
if (manager->get_file_minor_ver() >= 43) {
|
||||
_look_at.fillin(scan, manager);
|
||||
_fixed_depth = scan.get_stdfloat();
|
||||
_fixed_depth = scan.get_bool();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user