diff --git a/CHANGELOG.md b/CHANGELOG.md index 7028b52..0a27162 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.0.1 + +- Fix DirectX state block usage with reverse-z buffer to fix a bug where the + car was invisible on some BTB stages +- Improve error messages in OpenXR initialization + ## 1.0.0 - Use reversed Z-buffer in driving mode and replays. This eliminates all track diff --git a/CMakeLists.txt b/CMakeLists.txt index a23235c..b06cf5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ set(HEADERS set(openRBRVR_Major 1) set(openRBRVR_Minor 0) -set(openRBRVR_Patch 0) +set(openRBRVR_Patch 1) set(openRBRVR_Tweak 0) #set(openRBRVR_TweakStr "-rc${openRBRVR_Tweak}")