mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
skip trying to be clever and just report the variable name being checked directly
This commit is contained in:
parent
55ac453ab9
commit
011a8906ff
14 changed files with 29 additions and 33 deletions
|
|
@ -65,7 +65,7 @@ class afxMagicSpellData : public afxChoreographerData, public afxMagicSpellDefs
|
|||
U32 id;
|
||||
public:
|
||||
ewValidator(U32 id) { this->id = id; }
|
||||
void validateType(SimObject *object, void *typePtr) override;
|
||||
void validateType(SimObject *object, StringTableEntry varname, void *typePtr) override;
|
||||
};
|
||||
|
||||
bool mDo_id_convert;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue