Re: [AD] al_get_opengl_version design flaw? |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
Quick, what does this program print:
#include <stdio.h>
int main(void)
{
float x = 1.4;
printf("%d\n", (x>=1.4));
return 0;
}
Is it worth doing something about al_get_opengl_version?
I have added a warning to the documentation for now.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |