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

style: fixes clang format issues in pawn and utilities

parent 1ce174ce
No related branches found
No related tags found
2 merge requests!120UE5.4-2024.1,!113Pull dev/5.4 changes into dev/5.5
Pipeline #554741 passed
...@@ -17,10 +17,7 @@ DEFINE_LOG_CATEGORY(Toolkit); ...@@ -17,10 +17,7 @@ DEFINE_LOG_CATEGORY(Toolkit);
bool URWTHVRUtilities::IsDesktopMode() { return !IsRoomMountedMode() && !IsHeadMountedMode(); } bool URWTHVRUtilities::IsDesktopMode() { return !IsRoomMountedMode() && !IsHeadMountedMode(); }
bool URWTHVRUtilities::IsHeadMountedMode() bool URWTHVRUtilities::IsHeadMountedMode() { return UHeadMountedDisplayFunctionLibrary::IsHeadMountedDisplayEnabled(); }
{
return UHeadMountedDisplayFunctionLibrary::IsHeadMountedDisplayEnabled();
}
bool URWTHVRUtilities::IsRoomMountedMode() bool URWTHVRUtilities::IsRoomMountedMode()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment