mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 17:31:03 +00:00
Platform neutral path separator.
This commit is contained in:
parent
11015a9fc7
commit
32d854cae9
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue