mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-02-21 20:27:13 +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
|
// Attempt to forward the error to that callback
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
m_OnFail.Execute< Int32, CSStr, T >(type, msg, data);
|
m_OnFail.Execute(type, msg, data);
|
||||||
}
|
}
|
||||||
catch (const Sqrat::Exception & e)
|
catch (const Sqrat::Exception & e)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user