mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-07 19:20:41 +00:00
Platform neutral path separator.
This commit is contained in:
parent
11015a9fc7
commit
32d854cae9
|
@ -26,7 +26,7 @@ namespace Examples.Tutorial
|
||||||
|
|
||||||
TextureFont serif;
|
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_speed;
|
||||||
float scroll_position;
|
float scroll_position;
|
||||||
float initial_position;
|
float initial_position;
|
||||||
|
|
Loading…
Reference in a new issue