Skip to content
Commit b6533006 authored by Seebs's avatar Seebs
Browse files

smaller imdraw optimizations

For polyline, don't compute each normal twice; when we're going through a line,
the "next" normal for segment N is always the "previous" normal for segment
N+1, and we can compute fewer of them.
parent 9d1fc5bd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment