Update gitignore for Rider, fix typos

I use Rider as my IDE and when working with Unreal projects it installs a plugin that enable its unique integration. We don't want that being uploaded to the repo so it gets ignored. In addition, The project module has a typo, this commit fixes that
This commit is contained in:
Eduardo Valencia
2023-10-18 16:51:12 -04:00
parent 78af7215e2
commit 74d43f0b4c
5 changed files with 24 additions and 17 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ private:
//--------------------------------------------------------------------------------------------------------------------------
void FCogSampleModule::StartupModule()
{
CogSampleLog::RegiterAllLogCategories();
CogSampleLog::RegisterAllLogCategories();
}
//--------------------------------------------------------------------------------------------------------------------------