about summary refs log tree commit diff
diff options
context:
space:
mode:
authoremile <hanemile@protonmail.com>2018-10-10 21:37:58 +0200
committeremile <hanemile@protonmail.com>2018-10-10 21:37:58 +0200
commitf97fb6499cb06e1159709b637cebfa489382b266 (patch)
tree6e4861d93bfbc62dada6199cf8885fcb87f9214c
parentd1dbd0d66ebee806843191fd5b213500d6d48c2f (diff)
Reduced the mass of the default stars
-rw-r--r--csv/csv.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/csv/csv.go b/csv/csv.go
index 63783ed..6f1b652 100644
--- a/csv/csv.go
+++ b/csv/csv.go
@@ -56,7 +56,7 @@ func Import(path string, start int, end int, slice []structs.Star) []structs.Sta
 		tempStar := structs.Star{
 			structs.Coord{x, y},
 			structs.Force{0, 0},
-			1000000,
+			50000,
 		}
 
 		// Add the Temporary star to the slice