- 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
|
|
@ -262,7 +262,7 @@ double UDMFParserBase::CheckCoordinate(FName key)
|
|||
|
||||
DAngle UDMFParserBase::CheckAngle(FName key)
|
||||
{
|
||||
return DAngle(CheckFloat(key)).Normalized360();
|
||||
return DAngle::fromDeg(CheckFloat(key)).Normalized360();
|
||||
}
|
||||
|
||||
bool UDMFParserBase::CheckBool(FName key)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue