Rust in Production
Zed with Conrad Irwin
Conrad Irwin
And we looked into it, and it turned out that because our graphics coordinates float 32s, when we were multiplying the line number by the float 32 to try and figure out the distance from the very top of the file, it just didn't work out at all. And so we ended up having to first subtract from the first visible line and then do the offset. And then that just fixed it.
0
💬
0
Comments
Log in to comment.
There are no comments yet.