datenwolf / linmath.h

a lean linear math library, aimed at graphics programming. Supports vec3, vec4, mat4x4 and quaternions
Do What The F*ck You Want To Public License
917 stars 134 forks source link

STOP. CONVERTING. DOUBLES. TO. FLOATS. #43

Open KSPAtlas opened 3 years ago

KSPAtlas commented 3 years ago

So uhh yeah, whenever I try to use linmath, I get 12 warnings all telling me that "Severity Code Description Project File Line Column Suppression State Warning C4244 'initializing': conversion from 'double' to 'float', possible loss of data". And guess where they are? LinMath! pls fix

iTitus commented 3 years ago

Might be fixed by #26 and #8