--- deliantra/Deliantra-Client/DC/Texture.pm 2007/12/27 20:38:49 1.32 +++ deliantra/Deliantra-Client/DC/Texture.pm 2008/04/17 03:46:39 1.34 @@ -1,6 +1,6 @@ =head1 NAME -DC::Texture - tetxure class for CFPlus +DC::Texture - tetxure class for Deliantra-Client =head1 SYNOPSIS @@ -133,7 +133,7 @@ } elsif (defined $self->{image}) { ($self->{w}, $self->{h}, $data, my $internalformat, $self->{format}, $self->{type}) = DC::load_image_inline $self->{image}; - + $self->{internalformat} ||= $internalformat; ($dw, $dh) = @$self{qw(w h)};