no more windows????
This commit is contained in:
@@ -39,7 +39,7 @@ namespace _2DGAMELIB
|
||||
|
||||
private byte a1;
|
||||
|
||||
private string ConfigPath = Directory.GetCurrentDirectory() + "\\Config.ini";
|
||||
private string ConfigPath = Path.Combine(Directory.GetCurrentDirectory(), "Config.ini");
|
||||
|
||||
private bool FastText;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user