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