Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
RWTH VR Toolkit
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LuFG VR VIS
VR-Group
Unreal-Development
Plugins
RWTH VR Toolkit
Commits
b82a2022
Commit
b82a2022
authored
3 months ago
by
David Gilbert
Browse files
Options
Downloads
Patches
Plain Diff
style: fixes clang format issues in pawn and utilities
parent
1ce174ce
No related branches found
No related tags found
2 merge requests
!120
Draft: UE5.4-2024.1
,
!113
Pull dev/5.4 changes into dev/5.5
Pipeline
#554741
passed
3 months ago
Stage: analyze
Stage: generate
Stage: build
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp
+2
-2
2 additions, 2 deletions
Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp
Source/RWTHVRToolkit/Private/Utility/RWTHVRUtilities.cpp
+2
-5
2 additions, 5 deletions
Source/RWTHVRToolkit/Private/Utility/RWTHVRUtilities.cpp
with
4 additions
and
7 deletions
Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp
+
2
−
2
View file @
b82a2022
This diff is collapsed.
Click to expand it.
Source/RWTHVRToolkit/Private/Utility/RWTHVRUtilities.cpp
+
2
−
5
View file @
b82a2022
...
...
@@ -17,10 +17,7 @@ DEFINE_LOG_CATEGORY(Toolkit);
bool
URWTHVRUtilities
::
IsDesktopMode
()
{
return
!
IsRoomMountedMode
()
&&
!
IsHeadMountedMode
();
}
bool
URWTHVRUtilities
::
IsHeadMountedMode
()
{
return
UHeadMountedDisplayFunctionLibrary
::
IsHeadMountedDisplayEnabled
();
}
bool
URWTHVRUtilities
::
IsHeadMountedMode
()
{
return
UHeadMountedDisplayFunctionLibrary
::
IsHeadMountedDisplayEnabled
();
}
bool
URWTHVRUtilities
::
IsRoomMountedMode
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment