1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
ACE3/addons/nightvision/CfgIRLaserSettings.hpp
Neviothr f718fd20f0
Nightvision - Increase max amount of IR rays to 64 ()
* 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.
};