diff --git a/Source/Editor/Tools/VertexPainting.cs b/Source/Editor/Tools/VertexPainting.cs
index ad2a93251..715f075ca 100644
--- a/Source/Editor/Tools/VertexPainting.cs
+++ b/Source/Editor/Tools/VertexPainting.cs
@@ -543,6 +543,9 @@ namespace FlaxEditor.Tools
///
public override bool IsControllingMouse => IsPainting;
+ ///
+ public override BoundingSphere FocusBounds => _selectedModel?.Sphere ?? base.FocusBounds;
+
///
public override void Update(float dt)
{