Skip to content

Commit

Permalink
Fix Argument Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
beachtom committed Mar 1, 2025
1 parent f307d83 commit e4a8a55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cpp/web-ifc/parsing/IfcLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,7 @@ namespace webifc::parsing {
uint16_t length = _tokenStream->Read<uint16_t>();
_tokenStream->Forward(length);
noArguments++;
if (t==IfcTokenType::LABEL) GetSetArgument();
continue;
}
if (t == REF) {
Expand Down

0 comments on commit e4a8a55

Please sign in to comment.