- fix in Control template

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8720 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2011-11-19 02:16:33 +00:00
parent fce5f6556b
commit f6f9d5e478

View File

@ -51,7 +51,7 @@ public class ${name} extends AbstractControl{
super.read(im);
InputCapsule in = im.getCapsule(this);
//TODO: load properties of this Control, e.g.
//this.value = in.readFloat(value, "name", defaultValue);
//this.value = in.readFloat("name", defaultValue);
}
@Override