Merge pull request #7139 from zawasp/uniform_struct

fix warning Uniform is struct, not class.
This commit is contained in:
minggo 2014-06-19 20:55:37 +08:00
commit cdbd3508d4
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ NS_CC_BEGIN
class GLProgramState;
class GLProgram;
class Uniform;
struct Uniform;
//it is a common mesh
class MeshCommand : public RenderCommand