Closed ivancea closed 8 years ago
Original report by Iván Sanz (Bitbucket: ivansanz, GitHub: isc30).
Currently it is double without sense.
SFML returns float and GLM uses float too.
Having vec3(0,1,0) * deltaTime will give error.
vec3(0,1,0) * deltaTime
Completelly useless having double here
Original report by Iván Sanz (Bitbucket: ivansanz, GitHub: isc30).
Currently it is double without sense.
SFML returns float and GLM uses float too.
Having
vec3(0,1,0) * deltaTime
will give error.Completelly useless having double here