Skip to content

Commit

Permalink
fixed #2515
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlf committed Jul 4, 2023
1 parent d414df6 commit 36e1b99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scenegraph/vrml_tools.c
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,8 @@ void gf_sg_sfurl_del(SFURL url) {
GF_EXPORT
Bool gf_sg_vrml_is_sf_field(u32 FieldType)
{
//special case for AttrRef declared after first MF
if (FieldType==GF_SG_VRML_SFATTRREF) return GF_TRUE;
return (FieldType<GF_SG_VRML_FIRST_MF);
}

Expand Down

0 comments on commit 36e1b99

Please sign in to comment.