1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-16 20:13:24 +01:00

reverting []() 'fix'

This commit is contained in:
suchmememanyskill 2021-07-29 09:42:20 +02:00
parent 62d93636d0
commit 3f30b6c027

View file

@ -560,9 +560,11 @@ ParserRet_t parseScript(char* in, u32 len) {
vecAdd(&staticVariableHolder, a);
CreateVariableReferenceStatic((Variable_t*)(staticVariableHolder.count - 1));
op.variable = reference;
/*
vecAdd(&lastFunc->operations, op);
op.token = EquationSeperator;
op.lineNumber = lineNumber;
*/
}
}
else {