ACE3/addons/nightvision/CfgIRLaserSettings.hpp
Neviothr f718fd20f0
Nightvision - Increase max amount of IR rays to 64 (#7669)
* increase max amount of IR rays to 64

* comment
2020-05-07 11:34:41 -05:00

4 lines
74 B
C++

class CfgIRLaserSettings {
maxNumberOfRays = 64; // Default is 24.
};