This commit is contained in:
jomjol
2020-08-10 22:03:47 +02:00
parent d177350b69
commit b8fa23b1a8
4 changed files with 13 additions and 11 deletions

View File

@@ -74,7 +74,7 @@ bool ClassFlowAlignment::doFlow(string time)
CRotate *rt;
if (this->initalrotate != 0)
if (initalrotate != 0)
{
rt = new CRotate(input);
rt->Rotate(this->initalrotate);