bignsyd / gqe

Automatically exported from code.google.com/p/gqe
MIT License
0 stars 0 forks source link

Property values from prototypes do not carry over to instances. #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Make a Prototype object.
2. Add or change a property of that prototype
3. Make an Instance of it.

What is the expected output? What do you see instead?
The instance should obtain the property and the value of the prototype. It just 
receives the default value.

I'm not 100% sure why this happens. I think it has something to do with how 
systems are added when making instances.

Original issue reported on code.google.com by cloudncali@gmail.com on 29 Nov 2012 at 9:11

GoogleCodeExporter commented 8 years ago
Found issue will fix and push today

Original comment by cloudncali@gmail.com on 1 Dec 2012 at 11:23

GoogleCodeExporter commented 8 years ago
Fix has been pushed.

Original comment by cloudncali@gmail.com on 2 Dec 2012 at 12:34