mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
Filename::from_os_specific
This commit is contained in:
parent
a08e393dc6
commit
2b7462be95
@ -213,8 +213,10 @@ handle_args(ProgramBase::Args &args) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
copy(args.begin(), args.end(),
|
ProgramBase::Args::iterator ai;
|
||||||
back_inserter(_texture_names));
|
for (ai = args.begin(); ai != args.end(); ++ai) {
|
||||||
|
_texture_names.push_back(Filename::from_os_specific(*ai));
|
||||||
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user