mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Removed useless line
This commit is contained in:
parent
b8ea003eae
commit
fa4415cf8a
@ -91,7 +91,6 @@ public :
|
||||
myText.SetPosition(30, 20);
|
||||
|
||||
// Load the shader
|
||||
//if (!myShader.LoadFromFile("resources/wave.vert", sf::Shader::Vertex))
|
||||
if (!myShader.LoadFromFile("resources/wave.vert", "resources/blur.frag"))
|
||||
return false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user