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>2012-03-03 23:13:33 +0000
committerStijn Buys <ingar@osirion.org>2012-03-03 23:13:33 +0000
commitf0a4a7d7213b61714542d64a7559648a086df26a (patch)
treebe1735fd6ff784b85639549ff399f66ee9590ea4 /src/client/targets.cc
parentf17abe1b819f6fb3f1ad755396a6e88ce21fd388 (diff)
Added +fire action, default bind to mouse button 2.
Diffstat (limited to 'src/client/targets.cc')
-rw-r--r--src/client/targets.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/targets.cc b/src/client/targets.cc
index bd0ea48..c3b618d 100644
--- a/src/client/targets.cc
+++ b/src/client/targets.cc
@@ -329,7 +329,7 @@ void frame()
cursor -= render::Camera::axis().left() * x;
cursor -= render::Camera::axis().up() * y;
- math::Vector3f center = render::Camera::eye() + (render::Camera::axis().forward() * (render::FRUSTUMFRONT + 0.001f));
+ //math::Vector3f center = render::Camera::eye() + (render::Camera::axis().forward() * (render::FRUSTUMFRONT + 0.001f));
for (core::Zone::Content::iterator it = zone->content().begin(); it != zone->content().end(); it++) {
core::Entity *entity = (*it);