This commit is contained in:
J. Nick Koston 2023-06-09 16:39:22 -05:00
parent 8e5b65c2e6
commit 9b5f36886e
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}