mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Final Linux compliance changes(renames, tweaks for gcc compliance, etc)
This commit is contained in:
parent
f5e86a83b5
commit
510b726f6f
25 changed files with 47 additions and 46 deletions
|
|
@ -160,7 +160,7 @@ public:
|
|||
return mFields[index];
|
||||
}
|
||||
|
||||
Signal< void(StateMachine*, S32 stateIdx) > StateMachine::onStateChanged;
|
||||
Signal< void(StateMachine*, S32 stateIdx) > onStateChanged;
|
||||
|
||||
//
|
||||
inline bool readStateName(State* state, SimXMLDocument* reader)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue