mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 15:02:01 -04:00
Automatically get float label type in most cases (#463)
* automatically get float type in most cases * try harder to print json errors * fix test
This commit is contained in:
@@ -163,7 +163,7 @@ ObjectFileDB::ObjectFileDB(const std::vector<std::string>& _dgos,
|
||||
}
|
||||
|
||||
void ObjectFileDB::load_map_file(const std::string& map_data) {
|
||||
auto j = parse_commented_json(map_data);
|
||||
auto j = parse_commented_json(map_data, "ObjectFileDB Map File");
|
||||
|
||||
for (auto& x : j) {
|
||||
auto mapped_name = x[0].get<std::string>();
|
||||
|
||||
Reference in New Issue
Block a user