Add radius section for ObjectParser
This commit is contained in:
parent
5f02407b06
commit
0b9b5a784d
1 changed files with 2 additions and 1 deletions
|
@ -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());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue