Platform neutral path separator.

This commit is contained in:
the_fiddler 2007-10-21 15:46:00 +00:00
parent 11015a9fc7
commit 32d854cae9

View file

@ -26,7 +26,7 @@ namespace Examples.Tutorial
TextureFont serif;
string[] poem = new StreamReader("Data\\Poem.txt").ReadToEnd().Replace('\r', ' ').Split('\n');
string[] poem = new StreamReader("Data/Poem.txt").ReadToEnd().Replace('\r', ' ').Split('\n');
float scroll_speed;
float scroll_position;
float initial_position;