mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 13:11:54 +00:00
reverting []() 'fix'
This commit is contained in:
parent
62d93636d0
commit
3f30b6c027
1 changed files with 2 additions and 0 deletions
|
@ -560,9 +560,11 @@ ParserRet_t parseScript(char* in, u32 len) {
|
||||||
vecAdd(&staticVariableHolder, a);
|
vecAdd(&staticVariableHolder, a);
|
||||||
CreateVariableReferenceStatic((Variable_t*)(staticVariableHolder.count - 1));
|
CreateVariableReferenceStatic((Variable_t*)(staticVariableHolder.count - 1));
|
||||||
op.variable = reference;
|
op.variable = reference;
|
||||||
|
/*
|
||||||
vecAdd(&lastFunc->operations, op);
|
vecAdd(&lastFunc->operations, op);
|
||||||
op.token = EquationSeperator;
|
op.token = EquationSeperator;
|
||||||
op.lineNumber = lineNumber;
|
op.lineNumber = lineNumber;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in a new issue