From cbcdef11c3ef10dc1831d499bbe1adb207b1952b Mon Sep 17 00:00:00 2001 From: "Huabing.Xu" Date: Fri, 27 Mar 2015 11:05:01 +0800 Subject: [PATCH] [ci skip]fix warning for doxygen --- cocos/renderer/CCGLProgramState.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocos/renderer/CCGLProgramState.h b/cocos/renderer/CCGLProgramState.h index 74c471f455..3a4ba8a4ff 100644 --- a/cocos/renderer/CCGLProgramState.h +++ b/cocos/renderer/CCGLProgramState.h @@ -85,7 +85,7 @@ public: void setCallback(const std::function &callback); /** Set texture to uniform value. - @param textureID The texture handle. + @param textureId The texture handle. @param textureUnit The binding texture unit to be used in shader. */ void setTexture(GLuint textureId, GLuint textureUnit);