Uninitialized pointer in TempObstacleCreationTool

This commit is contained in:
grahamboree 2014-12-24 15:32:50 -05:00
parent 42afde6273
commit 91fbf05ec3

View File

@ -768,7 +768,7 @@ class TempObstacleCreateTool : public SampleTool
public:
TempObstacleCreateTool()
TempObstacleCreateTool() : m_sample(0)
{
}