Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-08-26 18:51:54 +0000
committerStijn Buys <ingar@osirion.org>2008-08-26 18:51:54 +0000
commit084dd555366c326b7ee18515bcb282a8f4eb394a (patch)
tree420c5bd5d71fe00177b7cb8b7fde07ff8b6cc183 /src/render/dust.h
parentcc0a4412a4ac7f1f78ef7e644a0c06c6dd6dd129 (diff)
dust color
Diffstat (limited to 'src/render/dust.h')
-rw-r--r--src/render/dust.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/dust.h b/src/render/dust.h
index 6a4b455..4a3b7bd 100644
--- a/src/render/dust.h
+++ b/src/render/dust.h
@@ -19,7 +19,7 @@ public:
static void shutdown();
- static void draw();
+ static void draw(math::Color const &dustcolor);
static void reset();
};