mirror of https://github.com/axmolengine/axmol.git
fix warning Uniform is struct, not class.
This commit is contained in:
parent
1a241ca350
commit
69f1bb6193
|
@ -34,7 +34,7 @@ NS_CC_BEGIN
|
|||
|
||||
class GLProgramState;
|
||||
class GLProgram;
|
||||
class Uniform;
|
||||
struct Uniform;
|
||||
|
||||
//it is a common mesh
|
||||
class MeshCommand : public RenderCommand
|
||||
|
|
Loading…
Reference in New Issue