mirror of https://github.com/fairyglade/ly.git
Use existing label value for x
This commit is contained in:
parent
3504180e95
commit
14aae40fda
|
@ -427,7 +427,7 @@ pub fn main() !void {
|
||||||
if (!animation_timed_out) animation.draw();
|
if (!animation_timed_out) animation.draw();
|
||||||
|
|
||||||
if (!config.hide_version_string) {
|
if (!config.hide_version_string) {
|
||||||
buffer.drawLabel(ly_top_str, 0, 0);
|
buffer.drawLabel(ly_top_str, length, 0);
|
||||||
length += ly_top_str.len + 1;
|
length += ly_top_str.len + 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue