mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-20 04:24:19 +02:00
Use existing label value for x
This commit is contained in:
parent
3504180e95
commit
14aae40fda
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue