diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-24 14:21:01 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-24 14:21:01 (GMT) |
| commit | bc2e4ab23faa02164ba7e029c90868484184ec3b (patch) | |
| tree | c1b4cde3fa4a9a73a8ad68058dae76f0bdbf6d0c /src/graphics/Graphics.h | |
| parent | 43ec3af8d7cbd676723bab281384d9659f8f56f7 (diff) | |
| download | powder-bc2e4ab23faa02164ba7e029c90868484184ec3b.zip powder-bc2e4ab23faa02164ba7e029c90868484184ec3b.tar.gz | |
Adjust icon positions
Diffstat (limited to 'src/graphics/Graphics.h')
| -rw-r--r-- | src/graphics/Graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics/Graphics.h b/src/graphics/Graphics.h index 41c521a..a550425 100644 --- a/src/graphics/Graphics.h +++ b/src/graphics/Graphics.h @@ -138,7 +138,7 @@ public: void blendpixel(int x, int y, int r, int g, int b, int a); void addpixel(int x, int y, int r, int g, int b, int a); - void draw_icon(int x, int y, Icon icon); + void draw_icon(int x, int y, Icon icon, unsigned char alpha = 255); void Clear(); void Finalise(); |
