This commit is contained in:
Elena Subbotina
2022-12-22 17:59:09 +03:00
parent 539d067dc4
commit 2b1db43259

View File

@ -202,7 +202,7 @@ namespace cpdoccore {
{
CP_XML_NODE(L"c:rotX")
{
CP_XML_ATTR(L"val", (int)(theta_x + 0.5));
CP_XML_ATTR(L"val", (int)(theta_x + 90.5));
}
CP_XML_NODE(L"c:rotY")
{