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-04-28 19:28:09 +0000
committerStijn Buys <ingar@osirion.org>2008-04-28 19:28:09 +0000
commite2b18c44a6ae38bb84f717c86988a80da137c3e7 (patch)
tree12df7f3bf3e7b290d282b58831a6a2511de717ba /src/render/draw.h
parente63cce2346dec6f34efd6daf5fde50bd2b1c45d3 (diff)
improved camera in tracking 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 6db1c9b..b423aad 100644
--- a/src/render/draw.h
+++ b/src/render/draw.h
@@ -13,7 +13,7 @@ namespace render
{
/// draw the world
-void draw(math::Vector3f const &target, float seconds);
+void draw(math::Vector3f const &eye, math::Vector3f const &target, float seconds);
class Stats {
public: