egg-qtess should not make textures fullpaths

This commit is contained in:
David Rose 2005-01-31 20:23:30 +00:00
parent 40df81eb9e
commit d4d66d0ef7

View File

@ -27,6 +27,10 @@ EggFilter::
EggFilter(bool allow_last_param, bool allow_stdout) :
EggWriter(allow_last_param, allow_stdout)
{
// The default path store for programs that read egg files and write
// them again is PS_relative.
_path_replace->_path_store = PS_relative;
clear_runlines();
if (allow_last_param) {
add_runline("[opts] input.egg output.egg");