Fixed the "edge" effect in the Shader sample
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1275 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
4c9f2e18cd
commit
fb543957ee
2 changed files with 3 additions and 2 deletions
|
@ -163,7 +163,7 @@ int main()
|
|||
{
|
||||
// Download a file from server
|
||||
std::string filename, directory;
|
||||
std::cout << "filename of the file to download (relative to current directory): ";
|
||||
std::cout << "Filename of the file to download (relative to current directory): ";
|
||||
std::cin >> filename;
|
||||
std::cout << "Directory to download the file to: ";
|
||||
std::cin >> directory;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue