Fix: SculptSession#last_active_vert uses incorrect value

Error in ab5ce3061a

Pull Request: https://projects.blender.org/blender/blender/pulls/143672
This commit is contained in:
Sean Kim
2025-07-31 00:51:19 +02:00
committed by Sean Kim
parent 39187001c4
commit 978fa597c0

View File

@@ -2304,7 +2304,7 @@ ActiveVert SculptSession::active_vert() const
ActiveVert SculptSession::last_active_vert() const
{
return active_vert_;
return last_active_vert_;
}
int SculptSession::active_vert_index() const