You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -263,11 +263,11 @@ var MeshoptSimplifier = (function () {
263
263
vertex_lock,
264
264
target_index_count,
265
265
target_error,
266
-
flags,
266
+
flags
267
267
){
268
268
assert(this.useExperimentalFeatures);// set useExperimentalFeatures to use this; note that this function is experimental and may change interface in a way that will require revising calling code
@@ -262,11 +262,11 @@ var MeshoptSimplifier = (function () {
262
262
vertex_lock,
263
263
target_index_count,
264
264
target_error,
265
-
flags,
265
+
flags
266
266
){
267
267
assert(this.useExperimentalFeatures);// set useExperimentalFeatures to use this; note that this function is experimental and may change interface in a way that will require revising calling code
0 commit comments