This commit is contained in:
Milang 2019-10-26 15:46:07 +02:00
parent 6911776aca
commit cf9e329580
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ void fe_object_init(fe_object * object)
static void fe_object_delete_vertex(fe_object * object)
{
if (object->vertex_table==0 && object->vertex_t0==0 && object->vertex_t1==0 && object->vt_size=0)
if (object->vertex_table==0 && object->vertex_t0==0 && object->vertex_t1==0 && object->vt_size==0)
return;
if (object->vt_own)