kripken / intensityengine

[Not active!] An open source platform for 3D games and virtual worlds
https://web.archive.org/web/20100222011320/http://www.syntensity.com/
Other
58 stars 15 forks source link

addNew etc. on this.position works on string values #4

Open kripken opened 14 years ago

kripken commented 14 years ago

this.position.addNew(new Vector3(0, 100, 0)) returns 100 appended as a string to y.

.copy().add instead of addNew will work.