Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebGL is enabled by default, README and --help says it's off by default #16

Closed
prusnak opened this issue Jun 1, 2021 · 0 comments
Closed

Comments

@prusnak
Copy link
Contributor

prusnak commented Jun 1, 2021

See

(default = true)

EnableWebGL bool `hcl:"enable_webgl" flagName:"enable-webgl" flagDescribe:"Enable WebGL renderer" default:"true"`

and

(default = false)

--enable-webgl Enable WebGL renderer (default: false) [$GOTTY_ENABLE_WEBGL]

gotty --help also shows:

   --enable-webgl                Enable WebGL renderer (default: false) [$GOTTY_ENABLE_WEBGL]

Suggestion: either set it to false in options.go (when it's hard to fix #15) or set it to true in README.md (when it's easy to fix #15). Not sure how to fix the --help prompt.

@prusnak prusnak changed the title WebGL is enabled by default, documentation says it's off by default WebGL is enabled by default, README and --help says it's off by default Jun 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant