Skip to content

Commit a69c58c

Browse files
authored
Merge pull request #112283 from jumeder/user/jumeder/debugRenderAPIFixes
Fixed a typo in ARR debug-rendering.md.
2 parents bb5dc57 + b76f7ae commit a69c58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/remote-rendering/overview/features/debug-rendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The debug rendering API provides a range of global options to alter server-side
1717
|---------------------------------|:-------------------------------------|
1818
|Frame counter | Renders a text overlay into the top-left corner of the frame. The text shows the current server-side frame ID, which is continuously incremented as rendering proceeds. |
1919
|Polygon count | Renders a text overlay into the top-left corner of the frame. The text shows the currently rendered amount of polygons, the same value as queried by [Server-side performance queries](performance-queries.md)|
20-
|Wireframe | If enabled, all object geometry loaded on the server will be rendered in wireframe mode. Only the edges of polygons will be rasterized n this mode. |
20+
|Wireframe | If enabled, all object geometry loaded on the server will be rendered in wireframe mode. Only the edges of polygons will be rasterized in this mode. |
2121

2222
The following code enables these debugging effects:
2323

0 commit comments

Comments
 (0)