Render text on top of images by default

This commit is contained in:
Héctor Ramón Jiménez 2024-08-03 16:23:30 +02:00
parent e84070acef
commit 87a613edd1
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
3 changed files with 35 additions and 35 deletions

View file

@ -20,8 +20,8 @@ pub struct Layer {
pub quads: quad::Batch,
pub triangles: triangle::Batch,
pub primitives: primitive::Batch,
pub text: text::Batch,
pub images: image::Batch,
pub text: text::Batch,
pending_meshes: Vec<Mesh>,
pending_text: Vec<Text>,
}