This commit is contained in:
cxgeorge 2002-08-23 20:44:48 +00:00
parent 7bb55e32ef
commit 44b4f2c068

View File

@ -334,6 +334,8 @@ post_txa_file() {
_properties._magfilter = _request._magfilter;
}
_properties._anisotropic_degree = max(_request._anisotropic_degree, _properties._anisotropic_degree);
if (_properties._color_type == (PNMFileType *)NULL) {
_properties._color_type = _request._properties._color_type;
_properties._alpha_type = _request._properties._alpha_type;