Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T77626
Change Details
Change Details
Old
New
Diff
Could be fixed by swapping _tx and _ty //--- ELLIPSE if (_ty > _tx) then { _e = _tx; _tx = _ty; _ty = _e; _tdir = _tdir + 90; }; _e = sqrt(abs(_tx^2 - _ty^2)); Please see attached mission resproducing the bug.
Could be fixed by swapping _tx and _ty //--- ELLIPSE if (_ty > _tx) then { _e = _tx; _tx = _ty; _ty = _e; _tdir = _tdir + 90; }; _e = sqrt(abs(_tx^2 - _ty^2)); Please see attached mission resproducing the bug.
Continue