1
0
Fork 0
forked from wry/wry

render: remove TextureReservations

This commit is contained in:
Julian Orth 2024-03-21 14:48:24 +01:00
parent 300deecc7d
commit ea4a1f027b
20 changed files with 198 additions and 172 deletions

View file

@ -222,6 +222,7 @@ impl GuiElement for Button {
None,
r.scale(),
None,
None,
);
}
}
@ -323,6 +324,7 @@ impl GuiElement for Label {
None,
r.scale(),
None,
None,
);
}
}