- disable implicit conversions from float to TAngle
This commit is contained in:
parent
8468f712e0
commit
f0fbdba593
66 changed files with 425 additions and 374 deletions
|
|
@ -805,7 +805,7 @@ void SynthesizeFlagFields()
|
|||
DEFINE_ACTION_FUNCTION(DObject, BAM)
|
||||
{
|
||||
PARAM_PROLOGUE;
|
||||
PARAM_FLOAT(ang);
|
||||
ACTION_RETURN_INT(DAngle(ang).BAMs());
|
||||
PARAM_ANGLE(ang);
|
||||
ACTION_RETURN_INT(ang.BAMs());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue