mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Scopes - Fixed MRAD conversion (#5651)
* Same issue as https://github.com/acemod/ACE3/pull/5640
This commit is contained in:
@ -22,4 +22,6 @@
|
||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_SCOPES
|
||||
#endif
|
||||
|
||||
#define MRAD_TO_DEG(d) (d / 17.45329252) // Conversion factor: 9 / (50 * PI)
|
||||
|
||||
#include "\z\ace\addons\main\script_macros.hpp"
|
||||
|
Reference in New Issue
Block a user