Ver Fonte

Minor change to defVal topic.

mitm há 7 anos atrás
pai
commit
0c2e347ef0
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/docs/asciidoc/jme3/advanced/save_and_load.adoc

+ 1 - 1
src/docs/asciidoc/jme3/advanced/save_and_load.adoc

@@ -198,4 +198,4 @@ If you let the compiler initialize `someIntValue`, it will initialize to zero an
 ----
 someIntValue   = capsule.readInt(    "someIntValue",   1);
 ----
-Now when `read` is called, it will see the "`someIntValue`" name and set the `someIntValue` variable to zero. Not one, as you were expecting.
+Now when `read` is called, it will see the "`someIntValue`" name and set the `someIntValue` variable to zero. Not one, as you were expecting. Keep this in mind when using Savable.