mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-08-15 15:50:03 +00:00
Rename parameter names for Sample::handleClick
This commit is contained in:
@@ -272,11 +272,11 @@ void Sample::handleCommonSettings()
|
||||
imguiSeparator();
|
||||
}
|
||||
|
||||
void Sample::handleClick(const float* s, const float* p, bool shift)
|
||||
void Sample::handleClick(const float* rayStartPos, const float* rayHitPos, bool shift)
|
||||
{
|
||||
if (tool)
|
||||
{
|
||||
tool->handleClick(s, p, shift);
|
||||
tool->handleClick(rayStartPos, rayHitPos, shift);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user