summaryrefslogtreecommitdiff
path: root/Screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'Screen.h')
-rw-r--r--Screen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Screen.h b/Screen.h
index c5672b5..e535f0f 100644
--- a/Screen.h
+++ b/Screen.h
@@ -8,8 +8,8 @@ class Screen {
public:
Screen();
- /* blits src onto dst, at position x, y */
- void blit(int x, int y, SDL_Surface* src, SDL_Surface* dst, SDL_Rect* clip = NULL);
+ /* blits src onto screen, at position x, y */
+ void blit(int x, int y, SDL_Surface* src, SDL_Rect* clip = NULL);
/* Swap screen buffers */
void flip();