Skip to content

Commit

Permalink
#5231: Add the static module registration of the ShaderClipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Jun 18, 2020
1 parent 6b51675 commit e66b996
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions radiantcore/selection/shaderclipboard/ShaderClipboard.cpp
Expand Up @@ -9,6 +9,7 @@
#include "util/ScopedBoolLock.h"
#include "patch/PatchNode.h"
#include "brush/BrushNode.h"
#include "module/StaticModule.h"

namespace selection
{
Expand Down Expand Up @@ -230,4 +231,7 @@ void ShaderClipboard::shutdownModule()
_mapEventConn.disconnect();
}

// Define the static module
module::StaticModule<ShaderClipboard> shaderClipboardModule;

} // namespace

0 comments on commit e66b996

Please sign in to comment.