You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
[Docs] Various grammar and spelling fixes
This commit is contained in:
@@ -231,7 +231,7 @@
|
||||
Number of pipeline compilations that were triggered by loading meshes. These compilations will show up as longer loading times the first time a user runs the game and the pipeline is required.
|
||||
</constant>
|
||||
<constant name="PIPELINE_COMPILATIONS_SURFACE" value="36" enum="Monitor">
|
||||
Number of pipeline compilations that were triggered by building the surface cache before rendering the scene. These compilations will show up as a stutter when loading an scene the first time a user runs the game and the pipeline is required.
|
||||
Number of pipeline compilations that were triggered by building the surface cache before rendering the scene. These compilations will show up as a stutter when loading a scene the first time a user runs the game and the pipeline is required.
|
||||
</constant>
|
||||
<constant name="PIPELINE_COMPILATIONS_DRAW" value="37" enum="Monitor">
|
||||
Number of pipeline compilations that were triggered while drawing the scene. These compilations will show up as stutters during gameplay the first time a user runs the game and the pipeline is required.
|
||||
|
||||
Reference in New Issue
Block a user