--- deliantra/Deliantra-Client/DC.pm 2006/04/14 14:55:27 1.31 +++ deliantra/Deliantra-Client/DC.pm 2006/04/15 00:04:58 1.32 @@ -200,6 +200,9 @@ $data = "\x00" x 64; } + $self->{minified} = [CFClient::average $tw, $th, $data] + if defined $data; + unless ($GL_NPOT) { # TODO: does not work for zero-sized textures $tw = topot $tw;