You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the only place I noticed it but found it a bit odd. Not really a bug, but think it should be changed none the less. In Engine\source\platform\types.h
getMin for both float and double (line 221 & 227) use the words float and double rather than the typecast F32 and F64 where as all the others use them.
Simple enough change. Once I start getting pull requests working I can add this if someone else doesn't before me.
The text was updated successfully, but these errors were encountered:
This is the only place I noticed it but found it a bit odd. Not really a bug, but think it should be changed none the less. In Engine\source\platform\types.h
getMin for both float and double (line 221 & 227) use the words float and double rather than the typecast F32 and F64 where as all the others use them.
Simple enough change. Once I start getting pull requests working I can add this if someone else doesn't before me.
The text was updated successfully, but these errors were encountered: