DinoZ1729/Galaxy

Idk why

Opened this issue · 1 comments

Hello, so it seems like this line in Sun-Earth-Moon.cpp Moon.vel={sqrt(Earth.m/r),Earth.vel.y}; gives me the error narrowing conversion of 'sqrt(((double)(Earth.Body::m / ((float)r))))' from 'double' to 'float' inside { } [-Wnarrowing] idk

I think it's just a warning and also am I supposed to run it from exe or make?