mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
typo in comment
This commit is contained in:
parent
b7b005a395
commit
152ad24a1d
@ -425,7 +425,7 @@ Reader(PNMFileType *type, istream *file, bool owns_file, string magic_number) :
|
|||||||
} else if ((_num_channels == 2 || _num_channels == 4) && num_extra_samples == 0) {
|
} else if ((_num_channels == 2 || _num_channels == 4) && num_extra_samples == 0) {
|
||||||
// If we have a 2- or 4-channel image but the extra samples are
|
// If we have a 2- or 4-channel image but the extra samples are
|
||||||
// not declared, assume it was written out by a broken TIFF
|
// not declared, assume it was written out by a broken TIFF
|
||||||
// implementation and that the extra channel is really mean to
|
// implementation and that the extra channel is really meant to
|
||||||
// be alpha.
|
// be alpha.
|
||||||
unassoc_alpha_sample = _num_channels - 1;
|
unassoc_alpha_sample = _num_channels - 1;
|
||||||
if (pnmimage_tiff_cat.is_debug()) {
|
if (pnmimage_tiff_cat.is_debug()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user