INIT_MINMAX and INIT_MINMAX2 are always used on floats but use doubles for initializing, giving countless warnings. Added the nice 'f' to tell compilers that we want floats.
INIT_MINMAX and INIT_MINMAX2 are always used on floats but use doubles for initializing, giving countless warnings. Added the nice 'f' to tell compilers that we want floats.