From 6a9972b085a671654cca0aea544ff4bd43839230 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 19 Mar 2023 15:30:23 +0900 Subject: [PATCH] ebiten: update documents Updates #2191 --- doc.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc.go b/doc.go index 05e191ab1..df793c5da 100644 --- a/doc.go +++ b/doc.go @@ -88,8 +88,7 @@ // `EBITENGINE_OPENGL` environment variable specifies various parameters for OpenGL. // You can specify multiple values separated by a comma. The default value is empty (i.e. no parameters). // -// "es": Use OpenGL ES. Without this, OpenGL and OpenGL ES are automatically chosen. -// "webgl1": Use WebGL 1. This is valid only on browsers. +// "es": Use OpenGL ES. Without this, OpenGL and OpenGL ES are automatically chosen. // // # Build tags //