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*