--- deliantra/Deliantra-Client/DC.pm 2006/04/08 13:36:25 1.8 +++ deliantra/Deliantra-Client/DC.pm 2006/04/08 17:21:01 1.10 @@ -55,6 +55,7 @@ or return; { + require Data::Dumper; local $Data::Dumper::Purity = 1; $::CFG->{VERSION} = $::VERSION; print CFG Data::Dumper->Dump ([$::CFG], [qw/CFG/]); @@ -126,7 +127,7 @@ sub new_from_opengl { my ($class, $w, $h, $cb) = @_; - $class->_new (width => $w, height => $h, render => $cb) + $class->_new (width => $w, height => $h, rendercb => $cb) } sub upload {