mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Revert incorrect checkins.
This commit is contained in:
parent
ed83ff37f8
commit
3ba625da22
10 changed files with 22 additions and 122 deletions
|
@ -1,6 +1,5 @@
|
|||
#ifdef SLIC3RXS
|
||||
#include <xsinit.h>
|
||||
#include <assert.h>
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
|
@ -394,7 +393,6 @@ void from_SV(SV* poly_sv, MultiPoint* THIS)
|
|||
void from_SV_check(SV* poly_sv, MultiPoint* THIS)
|
||||
{
|
||||
if (sv_isobject(poly_sv) && (SvTYPE(SvRV(poly_sv)) == SVt_PVMG)) {
|
||||
// (MultiPoint*)SvIV((SV*)SvRV( poly_sv ))
|
||||
*THIS = *(MultiPoint*)SvIV((SV*)SvRV( poly_sv ));
|
||||
} else {
|
||||
from_SV(poly_sv, THIS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue