浏览代码

Minor change to defVal topic.

mitm 7 年之前
父节点
当前提交
0c2e347ef0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.