mirror of
https://github.com/Ed94/Cog.git
synced 2026-07-22 15:37:51 +00:00
Rename CogWindow plugin to Cog.
Fix Config saving not working
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "GameFramework/GameStateBase.h"
|
||||
#include "CogSampleGameState.generated.h"
|
||||
|
||||
class UCogWindowManager;
|
||||
class UCogSubsystem;
|
||||
class UCogSampleAbilitySystemComponent;
|
||||
|
||||
UCLASS()
|
||||
@@ -42,7 +42,7 @@ protected:
|
||||
|
||||
#if ENABLE_COG
|
||||
|
||||
TObjectPtr<UCogWindowManager> CogWindowManager = nullptr;
|
||||
TObjectPtr<UCogSubsystem> CogWindowManager = nullptr;
|
||||
|
||||
float _ClientFramerateSmooth = 0.0f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user