Skip to content

Commit b97da97

Browse files
authored
Update 2025-01-20-OpenXrCustomEngine.md
1 parent fa627ed commit b97da97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_posts/2025-01-20-OpenXrCustomEngine.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ description: A blog about how to implement OpenXR rendering into a custom C++ en
1414
toc: true
1515
---
1616
# This blog post is unfinished and still a work in progress!
17-
1817
### Intro:
1918

2019
I am Justin, a second year student at BUAS and for the past 7 weeks, I have been working on implementing OpenXR into a custom engine made by the lecturers here called "Bee".
@@ -232,4 +231,4 @@ private:
232231
std::vector<XrView> m_views;
233232
}
234233
```
235-
Now we've got some functions to properly set up and use the variables we just created. What these functions do is relatively self-explanatory based on the names of the variables, but we'll get to that soon enough.
234+
Now we've got some functions to properly set up and use the variables we just created. What these functions do is relatively self-explanatory based on the names of the variables, but we'll get to that soon enough.

0 commit comments

Comments
 (0)