Fix missing superclass call.
This commit is contained in:
parent
25209516a6
commit
924a5e68f0
|
@ -49,6 +49,8 @@ LIB_MOVE_TOOL::~LIB_MOVE_TOOL()
|
||||||
|
|
||||||
bool LIB_MOVE_TOOL::Init()
|
bool LIB_MOVE_TOOL::Init()
|
||||||
{
|
{
|
||||||
|
EE_TOOL_BASE::Init();
|
||||||
|
|
||||||
//
|
//
|
||||||
// Add move actions to the selection tool menu
|
// Add move actions to the selection tool menu
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue