Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
kylebakerio authored Aug 19, 2021
1 parent 782fe74 commit 592f04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ https://glitch.com/edit/#!/stats-in-vr?path=index.html%3A17%3A30
show2dstats: { type: "boolean", default: true }, // show the built-in 'stats' component
alwaysshow3dstats: { type: "boolean", default: false }, // show the built-in 'stats' component
anchorel: { type: "selector", default: "[camera]" }, // anchor in-vr stats to something other than the camera
showalllabel: { type: "boolean", default: true },
showalllabels: { type: "boolean", default: true },
showlabels: {type: 'array', default:[]}, // e.g., ['raf','fps','calls','entities']
showallgraphs: { type: "boolean", default: true },
showgraphs: {type: 'array', default:[]}, // e.g., ['raf','fps','calls','entities']
Expand Down

0 comments on commit 592f04c

Please sign in to comment.