mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-08-13 08:59:25 +00:00
Uninitialized pointer in TempObstacleCreationTool
This commit is contained in:
@@ -768,7 +768,7 @@ class TempObstacleCreateTool : public SampleTool
|
||||
|
||||
public:
|
||||
|
||||
TempObstacleCreateTool()
|
||||
TempObstacleCreateTool() : m_sample(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user