From b1d5325f297b45e11f4b3061f98af01765fb9ad0 Mon Sep 17 00:00:00 2001 From: valeriy Date: Sun, 9 Mar 2025 23:20:30 +0200 Subject: [PATCH] fixed bug with stars might be no visible in the main menu --- .../ProgressionSystemRuntime/Private/LevelActors/PSStarActor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/ProgressionSystemRuntime/Private/LevelActors/PSStarActor.cpp b/Source/ProgressionSystemRuntime/Private/LevelActors/PSStarActor.cpp index ce7470c0..080ec403 100644 --- a/Source/ProgressionSystemRuntime/Private/LevelActors/PSStarActor.cpp +++ b/Source/ProgressionSystemRuntime/Private/LevelActors/PSStarActor.cpp @@ -73,6 +73,7 @@ void APSStarActor::OnGameStateChanged_Implementation(ECurrentGameState GameState { if (GameState == ECurrentGameState::Menu) { + SetActorHiddenInGame(false); SetStartTimeMenuStars(); TryPlayMenuStarAnimation(); }