mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
Eliminate ConsoleStaticMethod
This commit is contained in:
parent
0fff33869c
commit
6b524ae58a
6 changed files with 47 additions and 79 deletions
|
|
@ -104,6 +104,11 @@ public:
|
|||
static const char* getSingletonName() { return "PostEffectVis"; }
|
||||
};
|
||||
|
||||
class PfxVis
|
||||
{
|
||||
DECLARE_STATIC_CLASS(PfxVis)
|
||||
};
|
||||
|
||||
/// Returns the PostEffectVis singleton.
|
||||
#define PFXVIS ManagedSingleton<PostEffectVis>::instance()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue