The first keyframe's handle wasn't drawn due to the recent optimizations. This PR fixes the issue by moving `prevbezt` out of the loop again. That is needed due to the checks in within the loop having special cases for the first loop where `prevbezt` is a `nullptr` Was caused by #112126 Pull Request: https://projects.blender.org/blender/blender/pulls/112365