Преглед на файлове

Update hello_animation.adoc

mitm001 преди 8 години
родител
ревизия
0f1cc94143
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/docs/asciidoc/jme3/beginner/hello_animation.adoc

+ 1 - 1
src/docs/asciidoc/jme3/beginner/hello_animation.adoc

@@ -165,7 +165,7 @@ This line of code will return NULL if the AnimeControl is not in the main node o
 control = player.getControl(AnimControl.class);
 ----
 
-To check this, btn:[RMB] select your model and click `"Edit in SceneComposer"` if the models file extension ends in .j3o, or `"View"` if not. You can then see the tree for the model so you can locate the node the control resides in. You can then access the subnode with the following code.
+To check this, btn:[RMB] select your model and click `"Edit in SceneComposer"` if the models file extension ends in .j3o, or `"View"` if not. You can then see the tree for the model so you can locate the node the control resides in. You can access the subnode with the following code.
 
 [source,java]
 ----