also merge clipper points on CSGWrapMerge command

This commit is contained in:
Garux
2018-11-15 01:02:37 +03:00
parent a88202f6c1
commit 1ae93ef20c
4 changed files with 11 additions and 9 deletions

View File

@@ -72,6 +72,10 @@ void Clipper_setPlanePoints( const ClipperPoints& points ){
Clipper_update();
}
const ClipperPoints& Clipper_getPlanePoints(){
return g_clipper_points;
}
#include "gtkutil/idledraw.h"
void Clipper_BoundsChanged(){
if ( Clipper_ok_plane() )