mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Replace template specialisation used to execute a script function with variadic templates in order to reduce code size.
This commit is contained in:
parent
2dcd9ee986
commit
7ed5183d45
File diff suppressed because it is too large
Load Diff
@ -409,7 +409,7 @@ protected:
|
||||
// Attempt to forward the error to that callback
|
||||
try
|
||||
{
|
||||
m_OnFail.Execute< Int32, CSStr, T >(type, msg, data);
|
||||
m_OnFail.Execute(type, msg, data);
|
||||
}
|
||||
catch (const Sqrat::Exception & e)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user