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.55 by root, Fri May 19 16:43:56 2006 UTC vs.
Revision 1.56 by root, Fri May 19 23:18:40 2006 UTC

50 50
51sub gl_check { 51sub gl_check {
52 return unless $GL_DEBUG; 52 return unless $GL_DEBUG;
53 53
54 if (my $error = glGetError) { 54 if (my $error = glGetError) {
55 Carp::cluck sprintf "opengl error %x while %s", $error, sprintf @_; 55 Carp::cluck sprintf "opengl error %x while %s", $error, &sprintf(@_);
56 } 56 }
57} 57}
58 58
59sub find_rcfile($) { 59sub find_rcfile($) {
60 my $path; 60 my $path;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines