Skip to content
Snippets Groups Projects
Unverified Commit a046e334 authored by John's avatar John Committed by GitHub
Browse files

Merge pull request #185 from StarArawn/fix-texture-atlas

Fixed texture atlas messed up from DPI.
parents ec0d497f f7e35112
No related branches found
No related tags found
No related merge requests found
......@@ -40,8 +40,7 @@ pub fn extract_texture_atlas(
i.texture_descriptor.size.height as f32,
)
})
.unwrap()
* dpi;
.unwrap();
let quad = ExtractQuadBundle {
extracted_quad: ExtractedQuad {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment