fixed -normal bug in InlineGeometry.cpp

This commit is contained in:
hyzboy 2024-03-12 21:53:41 +08:00
parent f6e61e70ce
commit 86c3b65a42

View File

@ -483,9 +483,9 @@ namespace hgl
if(np)
{
*np=+x;++np;
*np=-y;++np;
*np=+z;++np;
*np=x;++np;
*np=y;++np;
*np=z;++np;
}
if(tcp)