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-07-23 19:51:06 +0000
committerStijn Buys <ingar@osirion.org>2008-07-23 19:51:06 +0000
commit5c96b74c76b881b1533432a75d1a8cc42ecc5bda (patch)
treea1500e0149ba03d017dd5fdb169a6538a7a06a61 /src/model/engine.cc
parent1cf82068a2adff7c401fe0aba73466f045e460d3 (diff)
fragment renderer
Diffstat (limited to 'src/model/engine.cc')
-rw-r--r--src/model/engine.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/model/engine.cc b/src/model/engine.cc
index 7c8d117..eb4198a 100644
--- a/src/model/engine.cc
+++ b/src/model/engine.cc
@@ -7,13 +7,14 @@
#include "model/engine.h"
-namespace model {
+namespace model
+{
/* ---------- core::Engine ------------------------------------------ */
Engine::Engine() :
- engine_location()
+ engine_location()
{
engine_radius = 1.0f;
engine_flare = 0;