refactor: remove redundant UpdateGrid call from QViewport::Render and add Claude configuration settings
This commit is contained in:
@@ -81,7 +81,6 @@ void QViewport::SetupPipeline()
|
||||
|
||||
void QViewport::Render()
|
||||
{
|
||||
UpdateGrid();
|
||||
if (m_VtkWidget && m_VtkWidget->renderWindow())
|
||||
m_VtkWidget->renderWindow()->Render();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user