diff --git a/pandatool/src/bam/Sources.pp b/pandatool/src/bam/Sources.pp index 7e6cfebe9c..6cb0354615 100644 --- a/pandatool/src/bam/Sources.pp +++ b/pandatool/src/bam/Sources.pp @@ -44,8 +44,8 @@ #define OTHER_LIBS \ egg:c pandaegg:m \ parametrics:c collide:c chan:c char:c switchnode:c \ - cull:c loader:c sgraphutil:c sgattrib:c \ - sgraph:c pnmimagetypes:c \ + cull:c loader:c gobj:c sgraphutil:c sgattrib:c \ + sgraph:c pnmimagetypes:c pstatclient:c \ graph:c putil:c linmath:c express:c panda:m pandaexpress:m \ interrogatedb:c dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub diff --git a/pandatool/src/bam/bamToEgg.cxx b/pandatool/src/bam/bamToEgg.cxx index 8f12870213..b3572e3f62 100644 --- a/pandatool/src/bam/bamToEgg.cxx +++ b/pandatool/src/bam/bamToEgg.cxx @@ -699,7 +699,7 @@ apply_arc_properties(EggGroup *egg_group, ArcChain &chain) { } } - return true; + return any_applied; }