diff options
| author | boris <wzn@moneybot.cc> | 2018-12-29 20:59:57 +1300 |
|---|---|---|
| committer | boris <wzn@moneybot.cc> | 2018-12-29 20:59:57 +1300 |
| commit | bdb6ac5f940008bcd836e3c5f0a708f4b8f04865 (patch) | |
| tree | 9d3ba5e0816dfd6295f8e38e1a865d061f1168e1 /csgo-loader/csgo-client/UserExperience/MoneybotShared/math.hpp | |
| parent | 81a3987fc17f99d2092018ac266882f4533cc27e (diff) | |
protection shit
Diffstat (limited to 'csgo-loader/csgo-client/UserExperience/MoneybotShared/math.hpp')
| -rw-r--r-- | csgo-loader/csgo-client/UserExperience/MoneybotShared/math.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csgo-loader/csgo-client/UserExperience/MoneybotShared/math.hpp b/csgo-loader/csgo-client/UserExperience/MoneybotShared/math.hpp index bebe7d5..1b26e31 100644 --- a/csgo-loader/csgo-client/UserExperience/MoneybotShared/math.hpp +++ b/csgo-loader/csgo-client/UserExperience/MoneybotShared/math.hpp @@ -12,7 +12,7 @@ __forceinline float DEG2RAD( float x ) { return( ( float )( x ) * ( float )( M_P namespace {
//make a random generator and seed it with a p random number
static std::random_device rd;
- static std::mt19937 gen( rd( ) );
+ static std::mt19937 gen{ rd() };
}
NAMESPACE_REGION( math )
|
