mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 23:07:43 +00:00
Refactor for asynchronous fontcache load
This commit is contained in:
@@ -438,9 +438,9 @@ void TextView::think()
|
||||
{
|
||||
}
|
||||
|
||||
void TextView::resized(const boo::SWindowRect &rootView, const boo::SWindowRect& sub)
|
||||
void TextView::resized(const boo::SWindowRect &root, const boo::SWindowRect& sub)
|
||||
{
|
||||
View::resized(rootView, sub);
|
||||
View::resized(root, sub);
|
||||
}
|
||||
|
||||
void TextView::draw(boo::IGraphicsCommandQueue* gfxQ)
|
||||
|
||||
Reference in New Issue
Block a user