summaryrefslogtreecommitdiff
path: root/src/Graphics.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-01-27 09:38:56 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-01-27 09:38:56 (GMT)
commitebd80c73de6b02e1fcf731aa0f377b6085128e57 (patch)
tree24c380dbfbde4c3dc34dc1f995f0ad2b177b6e7a /src/Graphics.cpp
parente84f0fc6e5301265708a99b13ab898ce45422611 (diff)
downloadpowder-ebd80c73de6b02e1fcf731aa0f377b6085128e57.zip
powder-ebd80c73de6b02e1fcf731aa0f377b6085128e57.tar.gz
Some inlines and Checkbox ui component
Diffstat (limited to 'src/Graphics.cpp')
-rw-r--r--src/Graphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Graphics.cpp b/src/Graphics.cpp
index ae4926a..a48f6d6 100644
--- a/src/Graphics.cpp
+++ b/src/Graphics.cpp
@@ -70,7 +70,7 @@ int plasma_data_points = 5;
pixel plasma_data_colours[] = {PIXPACK(0xAFFFFF), PIXPACK(0xAFFFFF), PIXPACK(0x301060), PIXPACK(0x301040), PIXPACK(0x000000)};
float plasma_data_pos[] = {1.0f, 0.9f, 0.5f, 0.25, 0.0f};*/
-char * Graphics::generate_gradient(pixel * colours, float * points, int pointcount, int size)
+char * Graphics::GenerateGradient(pixel * colours, float * points, int pointcount, int size)
{
int cp, i, j;
pixel ptemp;