Skip to content

Commit f23694b

Browse files
committed
Fixed missing PRAGMA_ENABLE_OPTIMIZATION
1 parent 4868b23 commit f23694b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Plugins/UnrealJS/Source/JavascriptEditor/JavascriptUICommands.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,6 @@ TSharedPtr<FUICommandInfo> UJavascriptUICommands::GetAction(FString Id)
133133

134134
return TSharedPtr<FUICommandInfo>();
135135
}
136-
#endif
136+
#endif
137+
138+
PRAGMA_ENABLE_OPTIMIZATION

0 commit comments

Comments
 (0)