mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-01-19 03:57:14 +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))
|
else if (!EntType::InEvent(m_Event->m_Type))
|
||||||
{
|
{
|
||||||
DbgErr(ToStrF("%sGlobalFilter", EntType::Name), "exclude",
|
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));
|
GetEventName(m_Event->m_Type));
|
||||||
}
|
}
|
||||||
// Make sure the entity is not already excluded fom the filter
|
// Make sure the entity is not already excluded fom the filter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user