mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-17 14:56:02 +08:00
Sync changes from upstream repository
This commit is contained in:
@@ -455,7 +455,7 @@ bool ON_IsConvexPolyline(
|
||||
maxN = maxN.UnitVector();
|
||||
for (size_t i = 0; i < point_count; ++i)
|
||||
{
|
||||
#if defined(ON_RUNTIME_ANDROID) || defined(ON_RUNTIME_LINUX)
|
||||
#if defined(ON_RUNTIME_ANDROID) || defined(ON_RUNTIME_LINUX) || defined(ON_RUNTIME_WASM)
|
||||
double d = maxN * C[(unsigned int)i];
|
||||
#else
|
||||
double d = maxN * C[i];
|
||||
|
||||
Reference in New Issue
Block a user