mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
bullet: Write saved _up value for cylinder shapes
- Missed in previous commit. Signed-off-by: deflected <deflected@users.noreply.github.com>
This commit is contained in:
parent
5fec62b6fa
commit
733085e38e
@ -151,7 +151,7 @@ write_datagram(BamWriter *manager, Datagram &dg) {
|
|||||||
|
|
||||||
// parameters to serialize: radius, height, up
|
// parameters to serialize: radius, height, up
|
||||||
_half_extents.write_datagram(dg);
|
_half_extents.write_datagram(dg);
|
||||||
dg.add_int8((int8_t)_shape->getUpAxis());
|
dg.add_int8((int8_t)_up);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user