Removed unnecessary agent radius accessor

This commit is contained in:
Graham Pentheny
2025-07-22 00:58:52 -04:00
parent 91064ae3e8
commit 0cceb7fb92
7 changed files with 13 additions and 16 deletions

View File

@@ -144,7 +144,7 @@ public:
return;
}
const float s = m_sample->getAgentRadius();
const float s = m_sample->agentRadius;
glColor4ub(0, 0, 0, 128);
glLineWidth(2.0f);
glBegin(GL_LINES);