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/draw.h')
-rw-r--r--src/render/draw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/draw.h b/src/render/draw.h
index a260f34..ee9db26 100644
--- a/src/render/draw.h
+++ b/src/render/draw.h
@@ -14,7 +14,7 @@ namespace render
{
/// draw the world
-void draw(math::Axis const &axis, math::Vector3f const &eye, math::Vector3f const &target, float seconds);
+void draw(float seconds);
/// draw a sphere
void draw_sphere(math::Color const & color, float radius);