mirror of
https://github.com/SFML/SFML.git
synced 2025-02-18 06:18:01 +08:00
Minor correction in error message
This commit is contained in:
parent
19276a552e
commit
c750698333
@ -454,7 +454,7 @@ bool Shader::compile(const char* vertexShaderCode, const char* fragmentShaderCod
|
||||
if (!isAvailable())
|
||||
{
|
||||
err() << "Failed to create a shader: your system doesn't support shaders "
|
||||
<< "(you should test Shader::IsAvailable() before trying to use the Shader class)" << std::endl;
|
||||
<< "(you should test Shader::isAvailable() before trying to use the Shader class)" << std::endl;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user