Add radius section for ObjectParser

This commit is contained in:
Eryn Wells 2014-07-19 15:42:31 -07:00
parent 5f02407b06
commit 0b9b5a784d

View file

@ -36,8 +36,9 @@ void
ObjectParser::HandleKeyEvent(const std::string& key) ObjectParser::HandleKeyEvent(const std::string& key)
{ {
static const std::map<std::string, Section> sSections = { static const std::map<std::string, Section> sSections = {
{"color", ColorSection},
{"origin", OriginSection}, {"origin", OriginSection},
{"color", ColorSection} {"radius", RadiusSection}
}; };
printf("%s: got key = %s", __PRETTY_FUNCTION__, key.c_str()); printf("%s: got key = %s", __PRETTY_FUNCTION__, key.c_str());