Skip to content

Commit

Permalink
Fix previous merge 793952e
Browse files Browse the repository at this point in the history
  • Loading branch information
c-lipka committed Jun 7, 2021
1 parent 793952e commit 0ea9d6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ for:
release: $(pov_build_title) $(pov_build_version)
description: $(pov_build_message)
auth_token:
secure: WkcFPXyr/SJ9TXixTQyivhfoR9FzlryIbc4deHeQ0eA6YRXL0wQopMYJ6XL1/FJK
secure: Il7kbUpGx5Fx4ioI7cmEpEciqsq27HYiT/i4RYivOjfetfCLfMNQhIXEFGzvovoo
draft: true
prerelease: true
2 changes: 1 addition & 1 deletion source/parser/parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6215,7 +6215,7 @@ ObjectPtr Parser::Parse_TrueType ()
prism->Height1 = -depth;
prism->Height2 = 0;
prism->Number = controlPoints.size();
prism->Compute_Prism(controlPoints.data(), GetParserDataPtr());
prism->Compute_Prism(controlPoints.data(), GetParserDataPtr()->Stats());
prism->Compute_BBox();
prisms.push_back(prism);
}
Expand Down

0 comments on commit 0ea9d6b

Please sign in to comment.