Skip to content
Snippets Groups Projects
Commit 09b21573 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Attempt to silence false positive warning.

The warning suggests that x1 and y1 may be uninitialized in the i > 0
block, but that's not really possible...

It's too bad the warning doesn't clarify.  It's also weird that the
warning was in the draw_line() call and not in the lines above that
(incorrectly) compared them with -1.

Fix that check while we're here.
parent a97b1ada
No related branches found
No related tags found
No related merge requests found
Pipeline #7968 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment