mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
fix from Parise for ETC_PATH
This commit is contained in:
parent
2633a4af43
commit
d8f3f1c9e3
@ -114,7 +114,8 @@ static void ReadChanConfigData(void) {
|
||||
ResetSetup();
|
||||
ResetWindow();
|
||||
|
||||
DSearchPath path(chanconfig.GetString("ETC_PATH", "."));
|
||||
DSearchPath path =
|
||||
Filename::from_os_specific(chanconfig.GetString("ETC_PATH", "."));
|
||||
|
||||
string layoutdbfilename = chanconfig.GetString("layout-db-file","layout_db");
|
||||
string windowdbfilename = chanconfig.GetString("window-db-file","window_db");
|
||||
|
Loading…
x
Reference in New Issue
Block a user