mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
report tiff version string
This commit is contained in:
parent
0151ec934c
commit
e8fef96e62
@ -208,6 +208,10 @@ TypeHandle PNMFileTypeTIFF::_type_handle;
|
||||
////////////////////////////////////////////////////////////////////
|
||||
PNMFileTypeTIFF::
|
||||
PNMFileTypeTIFF() {
|
||||
if (pnmimage_tiff_cat.is_debug()) {
|
||||
pnmimage_tiff_cat.debug()
|
||||
<< TIFFGetVersion() << "\n";
|
||||
}
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user