shader: remove useless comment

This commit is contained in:
vaxerski 2023-06-29 23:20:10 +02:00
parent 990ad854bd
commit 1012e2735a

View file

@ -13,7 +13,6 @@ GLint CShader::getUniformLocation(const std::string& unif) {
}
CShader::~CShader() {
// destroy shader
destroy();
}