From ae14649583e43c13c8d2ba2d8e0726853ef44f5b Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Mon, 16 Mar 2020 22:00:36 +0100 Subject: Fix comment being printed to console in Windows batch file --- release/windows/batch/blender_oculus.cmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release/windows/batch/blender_oculus.cmd b/release/windows/batch/blender_oculus.cmd index b95230ad578..ffb725eb32f 100644 --- a/release/windows/batch/blender_oculus.cmd +++ b/release/windows/batch/blender_oculus.cmd @@ -1,7 +1,8 @@ +@echo off + REM Helper setting hints to get the OpenXR preview support enabled for Oculus. REM Of course this is not meant as a permanent solution. Oculus will likely provide a better setup at some point. -@echo off echo Starting Blender with Oculus OpenXR support. This assumes the Oculus runtime echo is installed in the default location. If this is not the case, please adjust echo the path inside oculus.json. -- cgit v1.2.3