Skip to content

Commit 0ea9d6b

Browse files
committed
Fix previous merge 793952e
1 parent 793952e commit 0ea9d6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@ for:
105105
release: $(pov_build_title) $(pov_build_version)
106106
description: $(pov_build_message)
107107
auth_token:
108-
secure: WkcFPXyr/SJ9TXixTQyivhfoR9FzlryIbc4deHeQ0eA6YRXL0wQopMYJ6XL1/FJK
108+
secure: Il7kbUpGx5Fx4ioI7cmEpEciqsq27HYiT/i4RYivOjfetfCLfMNQhIXEFGzvovoo
109109
draft: true
110110
prerelease: true

source/parser/parser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6215,7 +6215,7 @@ ObjectPtr Parser::Parse_TrueType ()
62156215
prism->Height1 = -depth;
62166216
prism->Height2 = 0;
62176217
prism->Number = controlPoints.size();
6218-
prism->Compute_Prism(controlPoints.data(), GetParserDataPtr());
6218+
prism->Compute_Prism(controlPoints.data(), GetParserDataPtr()->Stats());
62196219
prism->Compute_BBox();
62206220
prisms.push_back(prism);
62216221
}

0 commit comments

Comments
 (0)