thruActivated defaults to true
This commit is contained in:
parent
99a981be5e
commit
a5e31f15a4
|
|
@ -51,7 +51,7 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
public:
|
public:
|
||||||
static const bool thruActivated = false;
|
static const bool thruActivated = true;
|
||||||
|
|
||||||
void begin()
|
void begin()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue