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-08-15 14:03:22 +0000
committerStijn Buys <ingar@osirion.org>2008-08-15 14:03:22 +0000
commit8a4eb790261737104be262cdeab4b0e7d0f5566d (patch)
tree506c094bda41d934fae5bdb7d253c147c1d62964 /src/model/dock.h
parent62de0496836e729ff955274cf153914709775bfb (diff)
render dock locations on active targets, fix star texture loading and rendering
Diffstat (limited to 'src/model/dock.h')
-rw-r--r--src/model/dock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/dock.h b/src/model/dock.h
index 0ad2738..89a4026 100644
--- a/src/model/dock.h
+++ b/src/model/dock.h
@@ -26,7 +26,7 @@ public:
return dock_location;
}
- /// trigger distance in game units, default is 1.0f
+ /// trigger distance default is 0.01f
inline float radius() const
{
return dock_radius;