You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fix build failure
#jira none #rb none #ROBOMERGE-OWNER: ben.marsh #ROBOMERGE-AUTHOR: brandon.schaefer #ROBOMERGE-SOURCE: CL 7061411 in //UE4/Release-4.23/... via CL 7061412 #ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v367-6836689) [CL 7123658 by brandon schaefer in Dev-Build branch]
This commit is contained in:
@@ -247,7 +247,7 @@ void FMainMenu::FillWindowMenu( FMenuBuilder& MenuBuilder, const TSharedRef< FEx
|
||||
{
|
||||
MenuBuilder.AddMenuEntry(FMainFrameCommands::Get().ResetLayout);
|
||||
MenuBuilder.AddMenuEntry(FMainFrameCommands::Get().SaveLayout);
|
||||
#if !PLATFORM_MAC || !PLATFORM_LIUNX // On Mac/Linux windowed fullscreen mode in the editor is currently unavailable
|
||||
#if !PLATFORM_MAC || !PLATFORM_LINUX // On Mac/Linux windowed fullscreen mode in the editor is currently unavailable
|
||||
MenuBuilder.AddMenuEntry(FMainFrameCommands::Get().ToggleFullscreen);
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user