Closed hmwildermuth closed 8 years ago
@FlyingGraysons This is because I currently load the background and sansation font files using absolute paths. These will only work on my system. The reason it is like that right now is SFML loads files based on current working directory (the directory of the executable) and so the relative path to background.png varies between the running of tests and the running of the library (since their executables are stored in two different dirs).
The problem is documented here: http://en.sfml-dev.org/forums/index.php?topic=7701.0.
well no matter what the script cd
's into the tests/
directory so put the path from there
@truell20
fixed in f3813aec89b24ab66f770636a6eaa029b7770a83