From 0b9b5a784d5b9f2809657eade1a6aef95e28b899 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 19 Jul 2014 15:42:31 -0700 Subject: [PATCH] Add radius section for ObjectParser --- src/yaml/objectParser.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/yaml/objectParser.cc b/src/yaml/objectParser.cc index abdf1fe..9615ca2 100644 --- a/src/yaml/objectParser.cc +++ b/src/yaml/objectParser.cc @@ -36,8 +36,9 @@ void ObjectParser::HandleKeyEvent(const std::string& key) { static const std::map sSections = { + {"color", ColorSection}, {"origin", OriginSection}, - {"color", ColorSection} + {"radius", RadiusSection} }; printf("%s: got key = %s", __PRETTY_FUNCTION__, key.c_str());