diff options
Diffstat (limited to '')
-rw-r--r-- | wgpu/src/text.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/src/text.rs b/wgpu/src/text.rs index 3205fe55..81fc1fb5 100644 --- a/wgpu/src/text.rs +++ b/wgpu/src/text.rs @@ -91,7 +91,7 @@ impl Pipeline { // TODO: This is a bit hacky. We are loading the debug font as the // first font in the `draw_brush`. The `measure_brush` does not - // contain this font. + // contain this font, hence we subtract 1. // // This should go away once we improve the debug view and integrate // it as just another UI app. |