More stuff done at Project Ultra
- Added renderspace - Revision System (to not always update pRenderspace - added some test scene
This commit is contained in:
@@ -9,6 +9,7 @@ PD_API void Layout::SetFont(PD::Li::Font& font) { pList.SetFont(&font); }
|
||||
PD_API void Layout::Render() {
|
||||
pList.Clear();
|
||||
for (auto& it : pElements) {
|
||||
it->Update(pCanvas);
|
||||
it->Draw(pList);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user