mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +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() \
|
SimObjectPtr<Material> get##name##Resource() \
|
||||||
{\
|
{\
|
||||||
return m##name##;\
|
return m##name;\
|
||||||
}
|
}
|
||||||
|
|
||||||
#define DECLARE_MATERIALASSET_SETGET(className, name)\
|
#define DECLARE_MATERIALASSET_SETGET(className, name)\
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
#include "core/util/safeDelete.h"
|
#include "core/util/safeDelete.h"
|
||||||
#include "T3D/accumulationVolume.h"
|
#include "T3D/accumulationVolume.h"
|
||||||
#include "gui/controls/guiTreeViewCtrl.h"
|
#include "gui/controls/guiTreeViewCtrl.h"
|
||||||
#include <console\persistenceManager.h>
|
#include <console/persistenceManager.h>
|
||||||
|
|
||||||
IMPLEMENT_CONOBJECT(Material);
|
IMPLEMENT_CONOBJECT(Material);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue