Nightvision - Increase max amount of IR rays to 64 (#7669)

* increase max amount of IR rays to 64

* comment
This commit is contained in:
Neviothr 2020-05-07 19:34:41 +03:00 committed by GitHub
parent ab3af34be4
commit f718fd20f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
class CfgIRLaserSettings {
maxNumberOfRays = 64; // Default is 24.
};

View File

@ -15,6 +15,7 @@ class CfgPatches {
};
#include "CfgEventHandlers.hpp"
#include "CfgIRLaserSettings.hpp"
#include "CfgVehicles.hpp"
#include "CfgWeapons.hpp"
#include "ACE_Settings.hpp"