mirror of https://github.com/axmolengine/axmol.git
fix etc1 supported for android platform.
This commit is contained in:
parent
ea84a14447
commit
1b2e112383
|
@ -117,6 +117,7 @@ extern "C"
|
|||
#include "base/ZipUtils.h"
|
||||
#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID)
|
||||
#include "platform/android/CCFileUtils-android.h"
|
||||
#include "platform/CCGL.h"
|
||||
#endif
|
||||
|
||||
#define CC_GL_ATC_RGB_AMD 0x8C92
|
||||
|
|
Loading…
Reference in New Issue