Surface errors
Kartik Thakore [Sat, 15 Aug 2009 18:45:38 +0000 (14:45 -0400)]
lib/SDL/Surface.pm

index 378907e..7075482 100644 (file)
@@ -210,7 +210,7 @@ sub blit {
                        unless $_[2]->isa('SDL::Surface'); 
        }
        
-       SDL::BlitSurface(map { (defined($_) && $_ != 0)? ${$_} : croak "SDL::blit() Parameters need to be defined" } @_) if defined(@_);
+       SDL::BlitSurface(map { (defined($_) && $_ != 0)? ${$_} : $_ } @_) if defined(@_);
 }
 
 sub set_colors {