Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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();
};