X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffg_main.c;h=885ed457b818849cc9016c29e2500e84fba0e2b1;hb=77ee35c8d522dddac4e2c88e8de166491d4d762c;hp=0a096f4b493a84d7ae171b20cf5432ffd7de5832;hpb=accaf1f7398fccf116cd5abf2b06a8ec2f1ace9c;p=freeglut diff --git a/src/fg_main.c b/src/fg_main.c index 0a096f4..885ed45 100644 --- a/src/fg_main.c +++ b/src/fg_main.c @@ -224,12 +224,8 @@ static void fghCheckTimers( void ) /* Platform-dependent time in milliseconds, as an unsigned 64-bit integer. * This doesn't overflow in any reasonable time, so no need to worry about * that. The GLUT API return value will however overflow after 49.7 days, - * and on Windows we (currently) do not have access to a 64-bit timestamp, - * which means internal time will still get in trouble when running the + * which means you will still get in trouble when running the * application for more than 49.7 days. - * This value wraps every 49.7 days, but integer overflows cancel - * when subtracting an initial start time, unless the total time exceeds - * 32-bit, where the GLUT API return value is also overflowed. */ fg_time_t fgSystemTime(void) {