mitm001 5 ani în urmă
părinte
comite
e6a1c0c113
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      docs/modules/ROOT/pages/jme3/advanced/spatial.adoc

+ 1 - 1
docs/modules/ROOT/pages/jme3/advanced/spatial.adoc

@@ -20,7 +20,7 @@ If you think you need to understand the scene graph concept better, please read
 In your Java code, a Spatial is either an instance of `com.jme3.scene.Node` or a `com.jme3.scene.Geometry` instance. You use the two types of Spatials for different purposes:
 
 
-image::jme3/intermediate/scene-graph.png[scene-graph.png,width="",height="",align="center"]
+image::tutorials:intermediate/scene-graph.png[scene-graph.png,width="",height="",align="center"]
 
 [cols="10,45,45", options="header"]
 |===