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.cc')
-rw-r--r--src/model/light.cc9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/model/light.cc b/src/model/light.cc
index 426e7fd..01ddf96 100644
--- a/src/model/light.cc
+++ b/src/model/light.cc
@@ -6,11 +6,12 @@
#include "model/light.h"
-namespace model {
+namespace model
+{
-Light::Light() :
- light_location(),
- light_color(1.0f, 1.0f, 1.0f)
+Light::Light() :
+ light_location(),
+ light_color(1.0f, 1.0f, 1.0f)
{
light_entity = false;
light_strobe = false;