Skip to content

Commit

Permalink
Minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus authored Nov 15, 2024
1 parent d3f6e81 commit 36961cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/UEST/Private/ScopedGame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ struct FGPlayInEditorIDGuard final : UE::Core::Private::FPlayInEditorLoadingScop
}
};
#else
struct FGPlayInEditorIDGuard final : TGuardValue<FPlayInEditorID, int32>
struct FGPlayInEditorIDGuard final : TGuardValue<decltype(GPlayInEditorID), int32>
{
explicit FGPlayInEditorIDGuard(const int32 PlayInEditorID)
: TGuardValue(GPlayInEditorID, PlayInEditorID)
Expand Down

0 comments on commit 36961cd

Please sign in to comment.