Fix ui text rendering
This commit is contained in:
parent
08d6469311
commit
12e2bff790
1 changed files with 2 additions and 0 deletions
|
|
@ -290,6 +290,8 @@ void main()
|
|||
{
|
||||
impl().colored_program.bind();
|
||||
impl().colored_program["u_transform"] = transform;
|
||||
impl().bitmap_text_program.bind();
|
||||
impl().bitmap_text_program["u_transform"] = transform;
|
||||
impl().textured_program.bind();
|
||||
impl().textured_program["u_transform"] = transform;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue