A bit of some clean up, API unifying, and some performance tweaks.
This commit is contained in:
parent
a4926bedcb
commit
fb1fd9d8bc
8 changed files with 72 additions and 42 deletions
|
@ -13,6 +13,7 @@ void Panel::set_renderer(Component renderer) {
|
|||
}
|
||||
|
||||
void Panel::add(Component child) {
|
||||
$dirty = true;
|
||||
$component->Add(child);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue