mirror of https://github.com/axmolengine/axmol.git
Merge pull request #7139 from zawasp/uniform_struct
fix warning Uniform is struct, not class.
This commit is contained in:
commit
cdbd3508d4
|
@ -34,7 +34,7 @@ NS_CC_BEGIN
|
||||||
|
|
||||||
class GLProgramState;
|
class GLProgramState;
|
||||||
class GLProgram;
|
class GLProgram;
|
||||||
class Uniform;
|
struct Uniform;
|
||||||
|
|
||||||
//it is a common mesh
|
//it is a common mesh
|
||||||
class MeshCommand : public RenderCommand
|
class MeshCommand : public RenderCommand
|
||||||
|
|
Loading…
Reference in New Issue