Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Monado
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
44
Issues
44
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Monado
Monado
Commits
fbeb3e97
Commit
fbeb3e97
authored
Jan 27, 2020
by
Ryan Pavlik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attempted conformance fix
parent
97f75f29
Pipeline
#103248
passed with stages
in 2 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xrt/state_trackers/oxr/oxr_session.c
src/xrt/state_trackers/oxr/oxr_session.c
+1
-1
No files found.
src/xrt/state_trackers/oxr/oxr_session.c
View file @
fbeb3e97
...
...
@@ -499,7 +499,7 @@ oxr_session_frame_end(struct oxr_logger *log,
"unknown environment blend mode"
);
}
if
((
blend_mode
&
sess
->
sys
->
head
->
hmd
->
blend_mode
)
==
0
)
{
if
((
blend_mode
&
sess
->
sys
->
head
->
hmd
->
blend_mode
)
!=
blend_mode
)
{
return
oxr_error
(
log
,
XR_ERROR_ENVIRONMENT_BLEND_MODE_UNSUPPORTED
,
"(frameEndInfo->environmentBlendMode) "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment