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 13:05:58 +0000
committerStijn Buys <ingar@osirion.org>2008-08-15 13:05:58 +0000
commit62de0496836e729ff955274cf153914709775bfb (patch)
tree54a868d8e4620b4dad49881af7a2614128697cbf /src/model/light.h
parent68fc01c7ce3f089e10a53e6dac92e2f63a9a8efd (diff)
func_group support
Diffstat (limited to 'src/model/light.h')
-rw-r--r--src/model/light.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/light.h b/src/model/light.h
index 00587f3..f91cabe 100644
--- a/src/model/light.h
+++ b/src/model/light.h
@@ -45,7 +45,7 @@ public:
return light_entity;
}
- /// size if the light, default is 1.0f
+ /// size of the light, default is 1.0f
inline float radius() const
{
return light_radius;