fix for Irix

This commit is contained in:
David Rose 2001-07-04 00:06:20 +00:00
parent 6c0b9429a5
commit d68e7790cd
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -699,7 +699,7 @@ apply_arc_properties(EggGroup *egg_group, ArcChain &chain) {
}
}
return true;
return any_applied;
}