- fix in Control template
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8720 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
fce5f6556b
commit
f6f9d5e478
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user