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

Comparing deliantra/Deliantra-Client/DC/Texture.pm (file contents):
Revision 1.36 by root, Mon Sep 8 19:53:23 2008 UTC vs.
Revision 1.37 by root, Sun Nov 15 19:05:14 2009 UTC

183 $th >>= 1; 183 $th >>= 1;
184 } 184 }
185 185
186 # decide the amount of space used in the texture 186 # decide the amount of space used in the texture
187 my ($rw, $rh); 187 my ($rw, $rh);
188 my ($ox, $oy); # area shift to lessen effetc of buggy opengl implementations (nvida, ati) 188 my ($ox, $oy); # area shift to lessen effect of buggy opengl implementations (nvida, ati)
189 my $render; 189 my $render;
190 190
191 if ($self->{render_cb}) { 191 if ($self->{render_cb}) {
192 # use only part of the texture 192 # use only part of the texture
193 #$rw >>= 1 while $rw > $tw; 193 #$rw >>= 1 while $rw > $tw;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines