diff options
| author | Philip <philip@philip-linuxlaptop.(none)> | 2010-11-19 23:01:56 (GMT) |
|---|---|---|
| committer | Philip <philip@philip-linuxlaptop.(none)> | 2010-11-19 23:01:56 (GMT) |
| commit | c1182db42d609a181128b818da28d323c39445fc (patch) | |
| tree | 78d15c7307271034e00f0902904bc555b9ff5799 /includes/graphics.h | |
| parent | 435f71c7814cf9d4c55168852caf21ac80674490 (diff) | |
| download | powder-c1182db42d609a181128b818da28d323c39445fc.zip powder-c1182db42d609a181128b818da28d323c39445fc.tar.gz | |
Fixed SWCH for real. Fix repeating spark while creating it. Adjustable x and y for brushes.
Diffstat (limited to 'includes/graphics.h')
| -rw-r--r-- | includes/graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/graphics.h b/includes/graphics.h index e23fe9d..2cb37d3 100644 --- a/includes/graphics.h +++ b/includes/graphics.h @@ -137,7 +137,7 @@ pixel *prerender_save(void *save, int size, int *width, int *height); int render_thumb(void *thumb, int size, int bzip2, pixel *vid_buf, int px, int py, int scl); -void render_cursor(pixel *vid, int x, int y, int t, int r); +void render_cursor(pixel *vid, int x, int y, int t, float rx, float ry); void sdl_open(void); |
