mirror of https://github.com/axmolengine/axmol.git
fix etc1 supported for android platform.
This commit is contained in:
parent
1795e8c792
commit
2a091cc86f
|
@ -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