Skip to content

Commit 0d68035

Browse files
jusharccw808
authored andcommitted
Addendum to 30eb083
1 parent 91d495f commit 0d68035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MTA10/mods/deathmatch/logic/CStaticFunctionDefinitions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4689,7 +4689,7 @@ CClientGUIElement* CStaticFunctionDefinitions::GUICreateStaticImage ( CLuaMain&
46894689
}
46904690
}
46914691

4692-
if ( pParent && !pParent->IsCallPropagationEnabled () )
4692+
if ( pGUIElement && pParent && !pParent->IsCallPropagationEnabled () )
46934693
{
46944694
pElement->SetInheritsAlpha ( false );
46954695
}

0 commit comments

Comments
 (0)