fix typo in variable name

This commit is contained in:
CaCO3
2024-02-11 17:18:22 +01:00
committed by CaCO3
parent 00434d01c3
commit 3a5f3496d5
2 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ class ClassFlowAlignment :
public ClassFlow
{
protected:
float initalrotate;
float initialrotate;
bool initialmirror;
bool initialflip;
bool use_antialiasing;