ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/Protocol.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/Protocol.pm (file contents):
Revision 1.149 by root, Fri Aug 10 04:33:41 2007 UTC vs.
Revision 1.150 by root, Sun Aug 12 09:39:36 2007 UTC

582 CFPlus::DB::exists tilecache => $id, sub { 582 CFPlus::DB::exists tilecache => $id, sub {
583 my ($exists) = @_; 583 my ($exists) = @_;
584 584
585 return unless $self->{map}; # stop when destroyed 585 return unless $self->{map}; # stop when destroyed
586 586
587 if ($exists) {
587 $self->have_tile ($id) 588 $self->have_tile ($id)
588 if $exists;
589
590 $self->{texture}[$id]->upload; 589 $self->{texture}[$id]->upload;
590 }
591 591
592 $self->bg_fetch; 592 $self->bg_fetch;
593 }; 593 };
594} 594}
595 595

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines