1
0
Fork 0
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:
Joe Wilm 2016-06-03 09:26:22 -07:00
parent 2e51d92a92
commit 97867d86f2
No known key found for this signature in database
GPG key ID: 39B57C6972F518DA

View file

@ -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) {