--- deliantra/Deliantra-Client/DC.pm 2006/04/08 16:34:46 1.9 +++ deliantra/Deliantra-Client/DC.pm 2006/04/08 17:21:01 1.10 @@ -127,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 {