replace biomes.json with biomes.toml & make it combined object
This commit is contained in:
+1
-1
@@ -242,7 +242,7 @@ dv::value Parser::parseValue() {
|
||||
} else if (literal == "nan") {
|
||||
return NAN;
|
||||
}
|
||||
throw error("invalid literal ");
|
||||
throw error("invalid keyword " + literal);
|
||||
}
|
||||
if (next == '{') {
|
||||
return parseObject();
|
||||
|
||||
Reference in New Issue
Block a user