Merge pull request #1022 from devnexen/angelscript_asengine_fix
AngelScript assertion typo fix
This commit is contained in:
commit
2ebd032808
@ -2447,7 +2447,7 @@ int asCScriptEngine::RegisterBehaviourToObjectType(asCObjectType *objectType, as
|
||||
|
||||
int asCScriptEngine::SetTemplateRestrictions(asCObjectType *templateType, asCScriptFunction *func, const char *caller, const char *decl)
|
||||
{
|
||||
asASSERT(templateType->flags && asOBJ_TEMPLATE);
|
||||
asASSERT(templateType->flags & asOBJ_TEMPLATE);
|
||||
|
||||
for (asUINT subTypeIdx = 0; subTypeIdx < templateType->templateSubTypes.GetLength(); subTypeIdx++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user