From c7d6fbd7d1bede33ace6c6cdd0003db479ebbc7f Mon Sep 17 00:00:00 2001 From: dmaivel Date: Sat, 8 Jun 2024 22:13:33 -0400 Subject: [PATCH] Specify digit instead of just integer --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3c530b..1965fb9 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,9 @@ options: | **Option** | **Legal values** | **Default** | **Description** | |---------------------------|------------------|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| GL_VERSION_OVERRIDE | Integer.Integer | | Override the OpenGL version on the client side. Otherwise, the client uses the version reported by the server. | -| GLX_VERSION_OVERRIDE | Integer.Integer | 1.4 | Override the GLX version on the client side. | -| GLSL_VERSION_OVERRIDE | Integer.Integer | 3.3 | Override the GLSL version on the client side. | +| GL_VERSION_OVERRIDE | Digit.Digit | | Override the OpenGL version on the client side. Otherwise, the client uses the version reported by the server. | +| GLX_VERSION_OVERRIDE | Digit.Digit | 1.4 | Override the GLX version on the client side. | +| GLSL_VERSION_OVERRIDE | Digit.Digit | 3.3 | Override the GLSL version on the client side. | | SGL_NET_OVER_SHARED | Ip:Port | | If networking is enabled, this environment variable must exist on the guest. | | SGL_RUN_WITH_LOW_PRIORITY | Boolean | true | On older CPUs, by setting the process priority to low / `IDLE_PRIORITY_CLASS`, applications will run smoother as the kernel driver is given more CPU time. This may not be needed on systems with newer CPUs. Set on the client side. |