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/video.cc')
-rw-r--r--src/client/video.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/video.cc b/src/client/video.cc
index 7f15eea..a75089f 100644
--- a/src/client/video.cc
+++ b/src/client/video.cc
@@ -363,9 +363,10 @@ void frame(float elapsed)
render::draw(elapsed); // draw the world
targets::frame(); // validate current target, render sound
+ /*
if (!core::localplayer()->view() && targets::current()) // draw target docks etc
render::draw_target(targets::current());
-
+ */
render::Camera::ortho();
client()->mainwindow()->show();