fix eronous extra glue code in macro, fix slash direction in include

This commit is contained in:
AzaezelX 2021-08-09 22:08:55 -05:00
parent 594c4f65c7
commit 76386f433c
2 changed files with 2 additions and 2 deletions

View file

@ -248,7 +248,7 @@ public: \
}\
SimObjectPtr<Material> get##name##Resource() \
{\
return m##name##;\
return m##name;\
}
#define DECLARE_MATERIALASSET_SETGET(className, name)\