Fixed game_config::path setting for windows
This commit is contained in:
parent
ed2a9491b8
commit
025257a984
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ std::string get_exe_dir()
|
|||
buf[path_size] = 0;
|
||||
return std::string(dirname(buf));
|
||||
#else
|
||||
return std::string();
|
||||
return get_cwd();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue