Find this kind of bug is definitely out of my juridiction - please, PLEASE maintain...
authorSylvain Beucler <beuc@beuc.net>
Sun, 19 May 2013 17:04:04 +0000 (17:04 +0000)
committerSylvain Beucler <beuc@beuc.net>
Sun, 19 May 2013 17:04:04 +0000 (17:04 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1625 7f0cb862-5218-0410-a997-914c9d46530a

src/android/fg_init_android.c

index 06ffa58..d19e91d 100644 (file)
 void fgPlatformInitialize()
 {
   fghPlatformInitializeEGL();
+
+  /* Get start time */
+  fgState.Time = fgSystemTime();
+
   fgState.Initialised = GL_TRUE;
 }