summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Bolt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Bolt.cpp')
-rw-r--r--Stars45/Bolt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Stars45/Bolt.cpp b/Stars45/Bolt.cpp
index f9ffd2c..6ca7c27 100644
--- a/Stars45/Bolt.cpp
+++ b/Stars45/Bolt.cpp
@@ -173,7 +173,7 @@ Bolt::SetOrientation(const Matrix& o)
void
Bolt::SetDirection(const Point& v)
-{
+{
vpn = v;
origin = loc + (vpn * -length);
}