Skip to content

Commit e544edf

Browse files
committed
Bump update version
1 parent a9bde84 commit e544edf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ set(VCPKG_TARGET_TRIPLET "x64-windows-static")
22
set(VCPKG_HOST_TRIPLET "x64-windows-static")
33

44
cmake_minimum_required(VERSION 3.27.0)
5-
project(BetterVR_Layer VERSION 0.9.15 LANGUAGES CXX)
5+
project(BetterVR_Layer VERSION 0.9.16 LANGUAGES CXX)
66

77
set(CMAKE_CXX_STANDARD 23)
88
set(CMAKE_CXX_STANDARD_REQUIRED ON)

src/rendering/renderer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ class RND_Renderer {
236236
return m_cameraIsCapturing3DFrameBuffer > 0;
237237
}
238238
void SignalGameCapturing3DFrameBuffer() {
239-
m_cameraIsCapturing3DFrameBuffer = 5;
239+
m_cameraIsCapturing3DFrameBuffer = 1;
240240
}
241241

242242
void SetCustomFadeAmount(float amount) {

0 commit comments

Comments
 (0)