mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
Update astNodes.cpp
missed naming
This commit is contained in:
parent
fed83cdb8f
commit
b0181cc56a
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ U32 IfStmtNode::compileStmt(CodeStream& codeStream, U32 ip)
|
||||||
if (testType == TypeReqString || testType == TypeReqNone)
|
if (testType == TypeReqString || testType == TypeReqNone)
|
||||||
{
|
{
|
||||||
ip = testExpr->compile(codeStream, ip, TypeReqString);
|
ip = testExpr->compile(codeStream, ip, TypeReqString);
|
||||||
codeStream.emit(OP_JMPSTRING);
|
codeStream.emit(OP_JMPNOTSTRING);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue