mitm001 пре 5 година
родитељ
комит
52d48e1839
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/modules/tutorials/pages/intermediate/optimization.adoc

+ 1 - 1
docs/modules/tutorials/pages/intermediate/optimization.adoc

@@ -15,7 +15,7 @@ The reason for this is that a render command must be done for every object, pote
 *Possible optimization techniques*
 
 *  Use GeometryBatchFactory.optimize(node) to merge the meshes of the geometries contained in the given node into fewer batches, each based on common Materials used. +
-You can optimize nodes using the SceneComposer in the SDK as well: Right-click a node and select “Optimize Geometry.
+You can optimize nodes using the SceneComposer in the SDK as well: Right-click a node and select "`Optimize Geometry`".
 
 *Side-effects*