- renamed FTransform access functions.
This commit is contained in:
parent
04e614daec
commit
2447f7bc38
5 changed files with 26 additions and 26 deletions
|
|
@ -139,7 +139,7 @@ void DScroller::Serialize (FArchive &arc)
|
|||
|
||||
static void RotationComp(const sector_t *sec, int which, double dx, double dy, double &tdx, double &tdy)
|
||||
{
|
||||
DAngle an = sec->GetAngleF(which);
|
||||
DAngle an = sec->GetAngle(which);
|
||||
if (an == 0)
|
||||
{
|
||||
tdx = dx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue