2
0
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:
Jack Andersen
2015-12-12 16:26:41 -10:00
parent cb2df22ec2
commit 6dde3e6003
5 changed files with 53 additions and 21 deletions

View File

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