axmol/cocos/platform/android
胖梁 3619fb943a mLastTickInNanoSeconds is the renderStart
because:
this.mLastTickInNanoSeconds = renderEnd - renderInterval;
renderInterval = renderEnd - renderStart
so:
this.mLastTickInNanoSeconds = renderEnd - ( renderEnd - renderStart );
so:
this.mLastTickInNanoSeconds = renderStart ;

so:
no need nanoTime() twice
2014-08-14 17:07:04 +08:00
..
ControllerManualAdapter Fixed bugs[Ouya controller]: 2014-07-17 11:09:08 +08:00
java mLastTickInNanoSeconds is the renderStart 2014-08-14 17:07:04 +08:00
jni GLView Hook 2014-07-31 00:53:04 +08:00
Android.mk GLView Hook 2014-07-31 00:53:04 +08:00
CCApplication.cpp GLView Hook 2014-07-31 00:53:04 +08:00
CCApplication.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCCommon.cpp Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCDevice.cpp Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCFileUtilsAndroid.cpp Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCFileUtilsAndroid.h Added a function getAssetManager() on CCFileUtilsAndroid 2014-08-06 13:36:04 +09:00
CCGL.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCGLViewImpl.cpp GLView Hook 2014-07-31 00:53:04 +08:00
CCGLViewImpl.h GLView Hook 2014-07-31 00:53:04 +08:00
CCPlatformDefine.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCStdC.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00
javaactivity.cpp GLView Hook 2014-07-31 00:53:04 +08:00