mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 20:23:47 -04:00
report hash in decimal
This commit is contained in:
parent
47fd8335df
commit
b576d7833b
@ -482,7 +482,7 @@ write(ostream &out) const {
|
||||
<< " phase: " << _phase << endl
|
||||
<< " size: " << _size << endl
|
||||
<< " status: " << _status << endl
|
||||
<< " hash: " << _hash << endl;
|
||||
<< " hash: " << _hash.as_dec() << endl;
|
||||
out << "--------------------------------------------------" << endl;
|
||||
pvector< PT(FileRecord) >::const_iterator i = _file_records.begin();
|
||||
for(; i != _file_records.end(); ++i) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user