Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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;