mirror of https://github.com/axmolengine/axmol.git
This commit is contained in:
parent
509bea531a
commit
a3524f420d
|
@ -6,8 +6,6 @@
|
|||
#include "cocoa/CCString.h"
|
||||
#include "Java_org_cocos2dx_lib_Cocos2dxHelper.h"
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
#define LOG_TAG "Java_org_cocos2dx_lib_Cocos2dxHelper.cpp"
|
||||
#define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG,LOG_TAG,__VA_ARGS__)
|
||||
|
||||
|
|
|
@ -213,8 +213,6 @@ static cocos_dimensions engine_init_display(struct engine* engine) {
|
|||
/**
|
||||
* Just the current frame in the display.
|
||||
*/
|
||||
int tmpCount = 0;
|
||||
|
||||
static void engine_draw_frame(struct engine* engine) {
|
||||
LOG_RENDER_DEBUG("engine_draw_frame(...)");
|
||||
pthread_t thisthread = pthread_self();
|
||||
|
|
Loading…
Reference in New Issue