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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user