mirror of https://github.com/axmolengine/axmol.git
remove unused variable
This commit is contained in:
parent
63f948c822
commit
13dbd44250
|
@ -1,6 +1,5 @@
|
|||
const char* cc3D_Skybox_vert = STRINGIFY(
|
||||
|
||||
uniform float u_scalef;
|
||||
uniform mat4 u_cameraRot;
|
||||
attribute vec3 a_position;
|
||||
varying vec3 v_reflect;
|
||||
|
|
Loading…
Reference in New Issue