mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
internal/graphicsdriver/opengl: bug fix: build failure for browsers
This commit is contained in:
parent
257f05883c
commit
2f146d5e4f
@ -12,8 +12,8 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
//go:build !android && !ios && !opengles
|
//go:build !android && !ios && !js && !opengles
|
||||||
// +build !android,!ios,!opengles
|
// +build !android,!ios,!js,!opengles
|
||||||
|
|
||||||
package opengl
|
package opengl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user