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.47 by root, Mon Apr 24 13:01:13 2006 UTC vs.
Revision 1.48 by root, Tue Apr 25 11:18:48 2006 UTC

210} 210}
211 211
212sub new_from_opengl { 212sub new_from_opengl {
213 my ($class, $w, $h, $cb) = @_; 213 my ($class, $w, $h, $cb) = @_;
214 214
215 $class->new (w => $w, h => $h, render_cb => $cb) 215 $class->new (w => $w || 1, h => $h || 1, render_cb => $cb)
216} 216}
217 217
218sub topot { 218sub topot {
219 (grep $_ >= $_[0], 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768)[0] 219 (grep $_ >= $_[0], 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768)[0]
220} 220}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines