Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
RWTH VR Cluster Plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab 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 Cluster Plugin
Merge requests
!1
Fix/cluster event wrapper
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Fix/cluster event wrapper
fix/cluster-event-wrapper
into
dev/5.3
Overview
1
Commits
6
Pipelines
3
Changes
1
Merged
Jonathan Ehret
requested to merge
fix/cluster-event-wrapper
into
dev/5.3
11 months ago
Overview
1
Commits
6
Pipelines
3
Changes
1
0
0
Merge request reports
Viewing commit
ec62cdca
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ec62cdca
adhere to clang format
· ec62cdca
Jonathan Ehret
authored
11 months ago
Source/RWTHVRCluster/Public/Events/DisplayClusterEventWrapper.h
+
1
−
1
View file @ ec62cdca
Edit in single-file editor
Open in Web IDE
Show full file
@@ -101,7 +101,7 @@ public:
EDisplayClusterOperationMode
OperationMode
=
IDisplayCluster
::
Get
().
GetOperationMode
();
if
(
OperationMode
!=
EDisplayClusterOperationMode
::
Cluster
)
{
//Cluster event can be bypassed and function directly called
//
Cluster event can be bypassed and function directly called
(
Object
->*
MemberFunction
)(
Forward
<
ArgTypes
>
(
Arguments
)...);
}
else
Loading