mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-18 06:03:48 +00:00
Clean up redundant variables
This commit is contained in:
parent
7f7e402c42
commit
5e8e7e7bf8
17 changed files with 1 additions and 50 deletions
|
|
@ -152,7 +152,6 @@ void StateMachine::readConditions(StateTransition ¤tTransition)
|
|||
//get our first state
|
||||
StateTransition::Condition firstCondition;
|
||||
StateField firstField;
|
||||
bool fieldRead = false;
|
||||
|
||||
readFieldName(&firstField, reader);
|
||||
firstCondition.field = firstField;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue