diff --git a/dotscape b/dotscape index 7e04700..bfc1346 100755 Binary files a/dotscape and b/dotscape differ diff --git a/functional-core/file/parse-file.sml b/functional-core/file/parse-file.sml index 77ac6c9..df90204 100644 --- a/functional-core/file/parse-file.sml +++ b/functional-core/file/parse-file.sml @@ -83,7 +83,7 @@ struct R else if str = "g" then G - else if str = "B" then + else if str = "b" then B else case Real32.fromString str of