Find this kind of bug is definitely out of my juridiction - please, PLEASE maintain...
[freeglut] / src / android / fg_init_android.c
index 06ffa58..d19e91d 100644 (file)
 void fgPlatformInitialize()
 {
   fghPlatformInitializeEGL();
+
+  /* Get start time */
+  fgState.Time = fgSystemTime();
+
   fgState.Initialised = GL_TRUE;
 }