mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
get rid of warning
This commit is contained in:
parent
88af5169da
commit
53e9d1fe6d
@ -192,8 +192,8 @@ fillin(DatagramIterator& scan, BamReader* manager)
|
||||
{
|
||||
ImmediateTransition::fillin(scan, manager);
|
||||
_up_vector.read_datagram(scan);
|
||||
_eye_relative = (bool) scan.get_uint8();
|
||||
_axial_rotate = (bool) scan.get_uint8();
|
||||
_eye_relative = (scan.get_uint8() !=0);
|
||||
_axial_rotate = (scan.get_uint8() !=0);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user