projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0a7d67
)
terrarium: use hex instead of literal Unicode degrees character.
author
Matt Birkholz
<matt@birchwood-abbey.net>
Thu, 7 Jun 2018 20:01:35 +0000
(13:01 -0700)
committer
Matt Birkholz
<matt@birchwood-abbey.net>
Thu, 7 Jun 2018 20:01:35 +0000
(13:01 -0700)
src/planetarium/terrain.scm
patch
|
blob
|
history
diff --git
a/src/planetarium/terrain.scm
b/src/planetarium/terrain.scm
index 3d766484c740449a5868521eecd83d817b97a377..95ee3afe8b1ef8a587a4894e47d20435fb95244e 100644
(file)
--- a/
src/planetarium/terrain.scm
+++ b/
src/planetarium/terrain.scm
@@
-249,10
+249,10
@@
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
"m head: "(number->string
(flo:round->exact
(radians->degrees (glx-viewport-heading widget))) '(int))
- "
°
incl: "(number->string
+ "
\xb0;
incl: "(number->string
(flo:round->exact
(radians->degrees (glx-viewport-tilt widget))) '(int))
- "
°
"))))
+ "
\xb0;
"))))
(define (draw-sea-level widget)
;; A translucent blue plane at sea level.