loop
This commit is contained in:
parent
8e5b65c2e6
commit
9b5f36886e
|
@ -497,7 +497,7 @@ namespace ratgdo {
|
|||
this->children_.push_back(obj);
|
||||
obj->set_parent(this);
|
||||
}
|
||||
LightState RATGDOComponent::get_light_state()
|
||||
LightState RATGDOComponent::getLightState()
|
||||
{
|
||||
return static_cast<LightState>(this->lightState);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue