mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-27 01:06:19 +00:00
Changed: Fixed a wrong copy-paste
This commit is contained in:
parent
80da14b2d6
commit
73b1c4b0e9
1 changed files with 1 additions and 1 deletions
|
@ -689,7 +689,7 @@ void addSearchPaths(IProgressCallback &progress)
|
||||||
for (uint i = 0; i < ClientCfg.DataPath.size(); i++)
|
for (uint i = 0; i < ClientCfg.DataPath.size(); i++)
|
||||||
{
|
{
|
||||||
// don't prepend default directory if path is absolute
|
// don't prepend default directory if path is absolute
|
||||||
if (!ClientCfg.PreDataPath[i].empty() && ClientCfg.PreDataPath[i][0] != '/')
|
if (!ClientCfg.DataPath[i].empty() && ClientCfg.DataPath[i][0] != '/')
|
||||||
{
|
{
|
||||||
progress.progress ((float)i/(float)ClientCfg.DataPath.size());
|
progress.progress ((float)i/(float)ClientCfg.DataPath.size());
|
||||||
progress.pushCropedValues ((float)i/(float)ClientCfg.DataPath.size(), (float)(i+1)/(float)ClientCfg.DataPath.size());
|
progress.pushCropedValues ((float)i/(float)ClientCfg.DataPath.size(), (float)(i+1)/(float)ClientCfg.DataPath.size());
|
||||||
|
|
Loading…
Reference in a new issue