mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Minor spelling mistake in global event type debugging information.
This commit is contained in:
parent
77b00ef97d
commit
7762359068
@ -1190,7 +1190,7 @@ template < class T > bool GlobalFilter< T >::Exclude(const RefType & ent, SQInt3
|
||||
else if (!EntType::InEvent(m_Event->m_Type))
|
||||
{
|
||||
DbgErr(ToStrF("%sGlobalFilter", EntType::Name), "exclude",
|
||||
"Attempting to <filter events> for an incompatible event type: %s",
|
||||
"Attempting to <unfilter events> for an incompatible event type: %s",
|
||||
GetEventName(m_Event->m_Type));
|
||||
}
|
||||
// Make sure the entity is not already excluded fom the filter
|
||||
|
Loading…
Reference in New Issue
Block a user