summaryrefslogtreecommitdiff
path: root/doc/classes/Performance.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/Performance.xml')
-rw-r--r--doc/classes/Performance.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/classes/Performance.xml b/doc/classes/Performance.xml
index 8067095cce..3860511615 100644
--- a/doc/classes/Performance.xml
+++ b/doc/classes/Performance.xml
@@ -57,8 +57,7 @@
<constant name="OBJECT_NODE_COUNT" value="10" enum="Monitor">
Number of nodes currently instanced in the scene tree. This also includes the root node.
</constant>
- <constant name="OBJECT_ORPHANS_NODE_COUNT" value="11" enum="Monitor">
- Number of instanced nodes that aren't included in the scene tree.
+ <constant name="OBJECT_ORPHAN_NODE_COUNT" value="11" enum="Monitor">
</constant>
<constant name="RENDER_OBJECTS_IN_FRAME" value="12" enum="Monitor">
3D objects drawn per frame.