Fix comment typo

This commit is contained in:
GriffinR 2021-02-24 11:26:26 -05:00
parent b71b10623b
commit 293df1887f

View File

@ -72,7 +72,7 @@ bool8 RunScriptCommand(struct ScriptContext *ctx)
return FALSE;
case SCRIPT_MODE_NATIVE:
// Try to call a function in C
// Continue to bytecode if no function it returns TRUE
// Continue to bytecode if no function or it returns TRUE
if (ctx->nativePtr)
{
if (ctx->nativePtr() == TRUE)