Skip to content
Snippets Groups Projects
Commit f7838738 authored by David Gilbert's avatar David Gilbert :bug:
Browse files

ifdef -> if

parent e1f078c5
No related branches found
No related tags found
2 merge requests!9Update current master to develop,!54.26
...@@ -80,7 +80,7 @@ bool FNDisplayLaunchButtonModule::ChangePluginStateAndStoreConfig(const FString ...@@ -80,7 +80,7 @@ bool FNDisplayLaunchButtonModule::ChangePluginStateAndStoreConfig(const FString
*/ */
FString FNDisplayLaunchButtonModule::GetEditorExecutableName() FString FNDisplayLaunchButtonModule::GetEditorExecutableName()
{ {
#ifdef PLATFORM_WINDOWS #if PLATFORM_WINDOWS
return "UE4Editor.exe"; return "UE4Editor.exe";
#elif PLATFORM_LINUX #elif PLATFORM_LINUX
return "UE4Editor"; return "UE4Editor";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment