From 89ef606bfd147168d2be5d1fe8a2c904d7aed420 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 4 Dec 2001 18:35:52 +0000 Subject: [PATCH] fix missing egg files on opt-pal --- pandatool/src/egg-palettize/eggFile.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pandatool/src/egg-palettize/eggFile.cxx b/pandatool/src/egg-palettize/eggFile.cxx index acf00fad2c..30b2633f82 100644 --- a/pandatool/src/egg-palettize/eggFile.cxx +++ b/pandatool/src/egg-palettize/eggFile.cxx @@ -68,7 +68,9 @@ from_command_line(EggData *data, // relative to this directory. _current_directory = ExecutionEnvironment::get_cwd(); _source_filename = source_filename; + _source_filename.make_absolute(); _dest_filename = dest_filename; + _dest_filename.make_absolute(); // We save the default PaletteGroup at this point, because the egg // file inherits the default group that was in effect when it was