Skip to content

Commit 120052e

Browse files
committed
Revert scale change back to 0.8
1 parent 7e74821 commit 120052e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libraries/display-plugins/src/display-plugins/hmd/HmdDisplayPlugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ void HmdDisplayPlugin::internalPresent() {
214214
float newWidth = sourceSize.x - shiftLeftBy;
215215

216216
// Experimentally adjusted the region presented in preview to avoid seeing the masked pixels and recenter the center...
217-
static float SCALE_WIDTH = 1.0f;
217+
static float SCALE_WIDTH = 0.8f;
218218
static float SCALE_OFFSET = 2.0f;
219219
newWidth *= SCALE_WIDTH;
220220
shiftLeftBy *= SCALE_OFFSET;

0 commit comments

Comments
 (0)