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

Commit 5a56383

Browse files
authored
Update stats-in-vr.js
1 parent 592f04c commit 5a56383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stats-in-vr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ AFRAME.registerComponent("stats-in-vr", {
1717
show2dstats: { type: "boolean", default: true }, // show the built-in 'stats' component
1818
alwaysshow3dstats: { type: "boolean", default: false }, // show the built-in 'stats' component
1919
anchorel: { type: "selector", default: "[camera]" }, // anchor in-vr stats to something other than the camera
20-
showalllabel: { type: "boolean", default: true },
20+
showalllabels: { type: "boolean", default: true },
2121
showlabels: {type: 'array', default:[]}, // e.g., ['raf','fps','calls','entities']
2222
showallgraphs: { type: "boolean", default: true },
2323
showgraphs: {type: 'array', default:[]}, // e.g., ['raf','fps','calls','entities']

0 commit comments

Comments
 (0)