shader: remove useless comment
This commit is contained in:
parent
990ad854bd
commit
1012e2735a
1 changed files with 0 additions and 1 deletions
|
|
@ -13,7 +13,6 @@ GLint CShader::getUniformLocation(const std::string& unif) {
|
||||||
}
|
}
|
||||||
|
|
||||||
CShader::~CShader() {
|
CShader::~CShader() {
|
||||||
// destroy shader
|
|
||||||
destroy();
|
destroy();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue