Use existing label value for x

This commit is contained in:
Dusan 2025-06-10 14:34:20 +02:00
parent 3504180e95
commit 14aae40fda
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}