From 0eb59af1e99fe3d3af1b97bdac069e0e25a03e62 Mon Sep 17 00:00:00 2001 From: Arnaud Jamin Date: Wed, 14 May 2025 21:19:34 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2abe620..d19fcc1 100644 --- a/README.md +++ b/README.md @@ -531,8 +531,8 @@ void UCogSampleConfigurationSubsystem::PostInitialize() } ``` -> [!TIP] -> The reason you need to manually add this code is because all Cog code appart from CogCommon is stripped in `Shipping` build. +> [!NOTE] +> The reason you need to manually add this code is because you can customize which windows are displayed in the main menu, and because all Cog code appart from the `CogCommon` module is stripped in `Shipping` build. - Implement Cog Interfaces on your desired actor classes: ```cpp