mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 19:24:53 +00:00
Use existing label value for x
This commit is contained in:
@@ -427,7 +427,7 @@ pub fn main() !void {
|
||||
if (!animation_timed_out) animation.draw();
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user