Skip to content

Commit

Permalink
fix functions for vec2
Browse files Browse the repository at this point in the history
  • Loading branch information
gewang committed Nov 15, 2024
1 parent c401477 commit 1cca2dd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/core/chuck_type.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4841,10 +4841,8 @@ t_CKTYPE type_engine_check_exp_dot_member_special( Chuck_Env * env, a_Exp_Dot_Me
}
else
{
// not valid
EM_error2( member->where,
"type '%s' has no member named '%s'", member->t_base->c_name(), str.c_str() );
return NULL;
// check function | 1.5.4.1 (ge) changed from error
goto check_func;
}
}
else if( member->t_base->xid == te_vec3 || member->t_base->xid == te_vec4 )
Expand Down

0 comments on commit 1cca2dd

Please sign in to comment.