Skip to content
Snippets Groups Projects
Verified Commit 6aa9d9b7 authored by rahix's avatar rahix
Browse files

fix(gfx): Fix text being offset by one character


Text was displayed one character further right than intended because the
offset was incremented before drawing.  This commit reverses the two
operations and thus restores proper display of text.

Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 4ff73ad3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment