nightmode fix
This commit is contained in:
parent
08a00e2c11
commit
78abed8e53
@ -593,8 +593,8 @@ void FrameStageNotify_hook(void *_this, int stage)
|
|||||||
{
|
{
|
||||||
if (nightmode)
|
if (nightmode)
|
||||||
{
|
{
|
||||||
static bool OldNightmode;
|
static int OldNightmode = 0;
|
||||||
if (OldNightmode != (int) nightmode)
|
if (OldNightmode != (int)nightmode)
|
||||||
{
|
{
|
||||||
|
|
||||||
static ConVar *r_DrawSpecificStaticProp =
|
static ConVar *r_DrawSpecificStaticProp =
|
||||||
|
Reference in New Issue
Block a user