mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
ID10T error
no default does not need case -_- id10t error, few other fixes
This commit is contained in:
parent
a621cc5100
commit
6807abc8b6
5 changed files with 8 additions and 6 deletions
|
|
@ -942,6 +942,7 @@ U32 AssignExprNode::compile(CodeStream& codeStream, U32 ip, TypeReq type)
|
|||
case TypeReqString: codeStream.emit(OP_SAVEVAR_STR); break;
|
||||
case TypeReqUInt: codeStream.emit(OP_SAVEVAR_UINT); break;
|
||||
case TypeReqFloat: codeStream.emit(OP_SAVEVAR_FLT); break;
|
||||
default: break;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue