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

Comparing deliantra/Deliantra-Client/DC.pm (file contents):
Revision 1.26 by root, Wed Apr 12 02:00:06 2006 UTC vs.
Revision 1.27 by root, Wed Apr 12 18:09:21 2006 UTC

170} 170}
171 171
172sub upload { 172sub upload {
173 my ($self) = @_; 173 my ($self) = @_;
174 174
175 return unless $SDL::App::USING_OPENGL; 175 return unless $GL_VERSION;
176 176
177 my $data; 177 my $data;
178 178
179 if (exists $self->{data}) { 179 if (exists $self->{data}) {
180 $data = $self->{data}; 180 $data = $self->{data};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines