Skip to content

Commit 8e2e5bf

Browse files
committed
OpenVrOverlay: add missing line breaks
1 parent d7f7ec7 commit 8e2e5bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/de/bwravencl/controllerbuddy/gui/OpenVrOverlay.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,19 @@
5353
class OpenVrOverlay {
5454

5555
private static final String OVERLAY_KEY_PREFIX = OpenVrOverlay.class.getPackageName() + ".";
56+
5657
private static final long OVERLAY_FPS = 25L;
58+
5759
private static final float STATUS_OVERLAY_WIDTH = 0.08f;
5860
private static final float STATUS_OVERLAY_POSITION_X = 0.2f;
5961
private static final float STATUS_OVERLAY_POSITION_Y = -0.1f;
6062
private static final float STATUS_OVERLAY_POSITION_Z = -0.4f;
63+
6164
private static final float ON_SCREEN_KEYBOARD_WIDTH = 0.4f;
6265
private static final float ON_SCREEN_KEYBOARD_OVERLAY_POSITION_X = 0f;
6366
private static final float ON_SCREEN_KEYBOARD_OVERLAY_POSITION_Y = -0.3f;
6467
private static final float ON_SCREEN_KEYBOARD_OVERLAY_POSITION_Z = -0.4f;
68+
6569
private final Main main;
6670
private final OnScreenKeyboard onScreenKeyboard;
6771
private final long onScreenKeyboardOverlayHandle;

0 commit comments

Comments
 (0)