Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/camera.cc')
-rw-r--r--src/client/camera.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/camera.cc b/src/client/camera.cc
index a0d3ea0..c1ceaa9 100644
--- a/src/client/camera.cc
+++ b/src/client/camera.cc
@@ -5,6 +5,8 @@
*/
#include "client/client.h"
+#include "client/camera.h"
+#include "render/render.h"
#include "math/mathlib.h"
using math::degrees360f;
@@ -67,6 +69,7 @@ void shutdown()
void draw(float elapsed)
{
+ // TODO camera needs to get this from selected core entity
if (mode == Track) {
yaw_target = game.ship.yaw();
}