Dejan Lekic, el 25 de mayo a las 11:59 me escribiste:
> SebastianA wrote:
>
> > I had not tested the code with DMD. We need x64 support, so we
> > need GDC for that at the moment. However, I tried compiling with
> > DMD and it seems that the line
> >
> > t.vPosition = (Clock.currStdTime % 2 == 0)
http://d.puremagic.com/issues/show_bug.cgi?id=8148
SebastianA wrote:
> I had not tested the code with DMD. We need x64 support, so we
> need GDC for that at the moment. However, I tried compiling with
> DMD and it seems that the line
>
> t.vPosition = (Clock.currStdTime % 2 == 0) ? Vec(2, 2) : Vec(3,
> 3);
>
> does not compile with the latest DM