remove unused variable

This commit is contained in:
yangxiao 2015-06-25 15:05:21 +08:00
parent 63f948c822
commit 13dbd44250
1 changed files with 0 additions and 1 deletions

View File

@ -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;