now have 64bit internal time on Windows, as we deal with wrap of timeGetTime manually
[freeglut] / src / fg_init.c
index 1538388..752439e 100644 (file)
@@ -341,9 +341,6 @@ void FGAPIENTRY glutInit( int* pargc, char** argv )
 
     fgCreateStructure( );
 
-    /* Get start time */
-    fgState.Time = fgSystemTime();
-
        fghParseCommandLineArguments ( pargc, argv, &displayName, &geometry );
 
     /*