mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
fix for Irix
This commit is contained in:
parent
6c0b9429a5
commit
d68e7790cd
@ -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
|
||||
|
||||
|
@ -699,7 +699,7 @@ apply_arc_properties(EggGroup *egg_group, ArcChain &chain) {
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
return any_applied;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user