From 98fca9090b14dc749ea0af44516396aa5e95dcdb Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Thu, 15 Jun 2017 22:06:47 -0500 Subject: [PATCH] Same derp, different file. --- xs/xsp/Model.xsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xs/xsp/Model.xsp b/xs/xsp/Model.xsp index 6331fa7f8..a53065236 100644 --- a/xs/xsp/Model.xsp +++ b/xs/xsp/Model.xsp @@ -82,6 +82,7 @@ Clone bounding_box(); void center_instances_around_point(Pointf* point) %code%{ THIS->center_instances_around_point(*point); %}; + void align_instances_to_origin(); void translate(double x, double y, double z); Clone mesh(); Clone raw_mesh(); @@ -208,7 +209,6 @@ ModelMaterial::attributes() bool needed_repair() const; int materials_count() const; int facets_count(); - void align_instances_to_origin(); void align_to_ground(); void center_around_origin(); void translate(double x, double y, double z);