Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Commit 8ba8fa4

Browse files
committed
s/WebGL2/Is WebGL2 to disambiguate whether its used vs supported
1 parent f3d9806 commit 8ba8fa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/data/renderers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const Capabilities = {
8888
name: 'Capabilities',
8989
type: 'group',
9090
props: [{
91-
name: 'WebGL2',
91+
name: 'Is WebGL2',
9292
prop: 'capabilities.isWebGL2',
9393
type: 'boolean',
9494
readonly: true,

0 commit comments

Comments
 (0)