Fixes annoying unused parameter

This commit is contained in:
Deukhoofd 2022-02-11 12:28:40 +01:00
parent 69e7df11d5
commit 06392269e4
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@ void CScriptHandle::EnumReferences(asIScriptEngine *inEngine)
void CScriptHandle::ReleaseReferences(asIScriptEngine *inEngine)
{
(void)inEngine;
// Simply clear the content to release the references
Set(0, 0);
}