mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Move debug timer
It was near the left side; it will be less in-the-way on the right.
This commit is contained in:
parent
2e51d92a92
commit
97867d86f2
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ impl QuadRenderer {
|
|||
{
|
||||
self.prepare_render();
|
||||
|
||||
let (mut x, mut y) = (200f32, 20f32);
|
||||
let (mut x, mut y) = (800f32, 20f32);
|
||||
|
||||
for c in s.chars() {
|
||||
if let Some(glyph) = glyph_cache.get(&c) {
|
||||
|
|
Loading…
Reference in a new issue