diff options
| author | jacob1 <jfu614@gmail.com> | 2013-07-16 17:08:57 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-07-16 17:08:57 (GMT) |
| commit | 6f29926b962538a63f9548a3331b7a52b617b46f (patch) | |
| tree | f741edb788fb73f541c26dbf119c38a6213341fb /src/graphics/Graphics.cpp | |
| parent | 5773e6afb51a52f0821f2dec0ad34617f4bbf636 (diff) | |
| download | powder-6f29926b962538a63f9548a3331b7a52b617b46f.zip powder-6f29926b962538a63f9548a3331b7a52b617b46f.tar.gz | |
deco menu button textures (not black)
Diffstat (limited to 'src/graphics/Graphics.cpp')
| -rw-r--r-- | src/graphics/Graphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics/Graphics.cpp b/src/graphics/Graphics.cpp index 0b7e502..cc18f25 100644 --- a/src/graphics/Graphics.cpp +++ b/src/graphics/Graphics.cpp @@ -152,7 +152,7 @@ int VideoBuffer::AddCharacter(int x, int y, int c, int r, int g, int b, int a) VideoBuffer::~VideoBuffer() { delete[] Buffer; -}; +} /** * Common graphics functions, mostly static methods that provide |
