|
@@ -198,4 +198,4 @@ If you let the compiler initialize `someIntValue`, it will initialize to zero an
|
|
----
|
|
----
|
|
someIntValue = capsule.readInt( "someIntValue", 1);
|
|
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.
|