mirror of https://github.com/axmolengine/axmol.git
Remove unnecessary 'extern' to prevent compiler warnings
This commit is contained in:
parent
e1204c6138
commit
0894662eff
|
@ -23,7 +23,7 @@
|
||||||
* THE SOFTWARE.
|
* THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
extern const char* ccETC1ASPositionTextureColor_frag = STRINGIFY(
|
const char* ccETC1ASPositionTextureColor_frag = STRINGIFY(
|
||||||
\n#ifdef GL_ES\n
|
\n#ifdef GL_ES\n
|
||||||
precision mediump float;
|
precision mediump float;
|
||||||
\n#endif\n
|
\n#endif\n
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
* THE SOFTWARE.
|
* THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
extern const char* ccETC1ASPositionTextureGray_frag = STRINGIFY(
|
const char* ccETC1ASPositionTextureGray_frag = STRINGIFY(
|
||||||
\n#ifdef GL_ES\n
|
\n#ifdef GL_ES\n
|
||||||
precision mediump float;
|
precision mediump float;
|
||||||
\n#endif\n
|
\n#endif\n
|
||||||
|
|
Loading…
Reference in New Issue