mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
fix eronous extra glue code in macro, fix slash direction in include
This commit is contained in:
parent
594c4f65c7
commit
76386f433c
2 changed files with 2 additions and 2 deletions
|
|
@ -248,7 +248,7 @@ public: \
|
|||
}\
|
||||
SimObjectPtr<Material> get##name##Resource() \
|
||||
{\
|
||||
return m##name##;\
|
||||
return m##name;\
|
||||
}
|
||||
|
||||
#define DECLARE_MATERIALASSET_SETGET(className, name)\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue