mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-12-28 23:03:01 +05:00
rip SilentBlock
This commit is contained in:
parent
c728251873
commit
cb80efbf53
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include "MemoryMgr.h"
|
||||
|
||||
#define DISABLE_FLA_DONATION_WINDOW 1
|
||||
#define DISABLE_FLA_DONATION_WINDOW 0
|
||||
|
||||
|
||||
template<typename T>
|
||||
|
|
|
@ -56,7 +56,7 @@ inline T random(T a, T b)
|
|||
return a + static_cast<T>(rand() * (1.0f/(RAND_MAX+1)) * (b - a));
|
||||
}
|
||||
|
||||
#define DISABLE_FLA_DONATION_WINDOW 1
|
||||
#define DISABLE_FLA_DONATION_WINDOW 0
|
||||
|
||||
//#define HIDE_MATERIAL
|
||||
//#define EXPAND_ALPHA_ENTITY_LISTS 800
|
||||
|
|
Loading…
Reference in a new issue