mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
*** empty log message ***
This commit is contained in:
parent
4a76d0b66e
commit
26d6e6c12a
@ -106,7 +106,7 @@ copy_flt_file(const Filename &source, const Filename &dest,
|
|||||||
|
|
||||||
FltError result = header->read_flt(source);
|
FltError result = header->read_flt(source);
|
||||||
if (result != FE_ok) {
|
if (result != FE_ok) {
|
||||||
nout << "Cannot read " << source << "\n";
|
nout << "Cannot read " << source << ": " << result << "\n";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user