mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-14 19:35:18 +00:00
typo fix
This commit is contained in:
@ -765,7 +765,7 @@ GLuint ShaderEngine::compilePresetShader(const PresentShaderType shaderType, Sha
|
||||
}
|
||||
|
||||
if (ret != GL_FALSE) {
|
||||
std::cerr << "Successfull compilation of " << shaderTypeString << std::endl;
|
||||
std::cerr << "Successful compilation of " << shaderTypeString << std::endl;
|
||||
} else {
|
||||
std::cerr << "Compilation error (step3) of " << shaderTypeString << std::endl;
|
||||
|
||||
@ -1325,5 +1325,3 @@ bool ShaderEngine::enableCompositeShader(Shader &shader, const Pipeline &pipelin
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user