mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Cleanup uses of double spaces between words or after punctuation
This commit is contained in:
committed by
Hugo Locurcio
parent
fd2981257f
commit
e2b95576d8
@@ -81,7 +81,7 @@ Reuse Shaders and Materials
|
||||
The Godot renderer is a little different to what is out there. It's designed to
|
||||
minimize GPU state changes as much as possible. :ref:`SpatialMaterial
|
||||
<class_SpatialMaterial>` does a good job at reusing materials that need similar
|
||||
shaders. if custom shaders are used, make sure to reuse them as much as
|
||||
shaders. If custom shaders are used, make sure to reuse them as much as
|
||||
possible. Godot's priorities are:
|
||||
|
||||
- **Reusing Materials:** The fewer different materials in the
|
||||
|
||||
Reference in New Issue
Block a user