Closed onehundredfeet closed 1 year ago
It's my trace. Am I doing something wrong?
var v : Float2 = Float2.zero();
var x :Float = v.x;
var y :Float = v.y;
trace('WHooo hooo! ${x} ${y}');
That should work... hmmmm... I'll see if I can replicate the error and fix; I'll get back to you in a bit. Apologies for the inconvenience!
Never mind. It was the fact that I was using the raw repo and not the nightly. Ignore this one.
You're all good! Please don't hesitate if you find anything else! 😁
Hi,
the Stdlib seems to cause a compile error: