mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Bam with objects of unknown type error now prints filename of bam
This commit is contained in:
parent
928d8236c3
commit
8bcbfa6a57
@ -579,7 +579,8 @@ read_handle(DatagramIterator &scan) {
|
||||
|
||||
type = TypeRegistry::ptr()->register_dynamic_type(name);
|
||||
bam_cat.warning()
|
||||
<< "Bam file contains objects of unknown type: " << type << "\n";
|
||||
<< "Bam file '" << _filename << "' contains objects of unknown type: "
|
||||
<< type << "\n";
|
||||
new_type = true;
|
||||
_new_types.insert(type);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user