bugfix: SetProcessInterval
This commit is contained in:
parent
70874e56ab
commit
f7a17f3678
@ -31,7 +31,7 @@ public:
|
|||||||
|
|
||||||
virtual void DefineStartStopCoord(double* dstart, double* dstop);
|
virtual void DefineStartStopCoord(double* dstart, double* dstop);
|
||||||
|
|
||||||
void SetProcessInterval(unsigned int interval) {ProcessInterval=interval;}
|
void SetProcessInterval(unsigned int interval) {ProcessInterval=max((unsigned int)1,interval);}
|
||||||
virtual int Process() {return GetNextInterval();}
|
virtual int Process() {return GetNextInterval();}
|
||||||
|
|
||||||
//! If Disabled Process() will do nothing...
|
//! If Disabled Process() will do nothing...
|
||||||
|
Loading…
Reference in New Issue
Block a user