diff options
-rwxr-xr-x | map2globe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/map2globe.py b/map2globe.py index fe47fad..9ba0b42 100755 --- a/map2globe.py +++ b/map2globe.py @@ -16,7 +16,7 @@ z="0" # / 90 * math.pi #they need to be in the range 0 to 2pi? -print("globe addshape 0 1 0 0 0 0 1 0") +print("globe addshape 4 1 0 0 0 1 0 0") rotation=0 while(1): |