mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -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;
|
||||
}
|
||||
|
||||
copy(args.begin(), args.end(),
|
||||
back_inserter(_texture_names));
|
||||
ProgramBase::Args::iterator ai;
|
||||
for (ai = args.begin(); ai != args.end(); ++ai) {
|
||||
_texture_names.push_back(Filename::from_os_specific(*ai));
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user