mirror of
https://github.com/Ed94/Cog.git
synced 2026-06-13 00:01:37 -07:00
Fix Cog module name
This commit is contained in:
@@ -14,4 +14,4 @@ void FCogModule::ShutdownModule()
|
||||
|
||||
#undef LOCTEXT_NAMESPACE
|
||||
|
||||
IMPLEMENT_MODULE(FCogModule, CogWindow)
|
||||
IMPLEMENT_MODULE(FCogModule, Cog)
|
||||
@@ -7,7 +7,7 @@ class COG_API FCogModule : public IModuleInterface
|
||||
{
|
||||
public:
|
||||
|
||||
static inline FCogModule& Get() { return FModuleManager::LoadModuleChecked<FCogModule>("CogWindow"); }
|
||||
static inline FCogModule& Get() { return FModuleManager::LoadModuleChecked<FCogModule>("Cog"); }
|
||||
|
||||
virtual void StartupModule() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user