Skip to content

Commit

Permalink
Um... Swearing is not good m..kay
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Thakore committed Nov 29, 2009
1 parent 8ae2c58 commit 3d7568c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/openglapp.pl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
$| = 1;
$WIDTH = 1024;
$HEIGHT = 768;
$SDLAPP = SDL::App->new(-title => "Test shit", -width => $WIDTH, -height => $HEIGHT, -gl => 1);
$SDLAPP = SDL::App->new(-title => "Opengl App", -width => $WIDTH, -height => $HEIGHT, -gl => 1);
$SDLEVENT = SDL::Event->new;

SDL::Mouse::show_cursor(0);
Expand Down

0 comments on commit 3d7568c

Please sign in to comment.