File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
src/main/java/com/commonwealthrobotics Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ public void onWorkplaneChange(TransformNR newWP) {
41
41
42
42
@ Override
43
43
public void onUpdate (List <CSG > currentState , ICaDoodleOpperation source , CaDoodleFile file ) {
44
- if (init )
45
- update (false );
44
+ // if (init)
45
+ // update(false);
46
46
}
47
47
48
48
@ Override
@@ -93,8 +93,8 @@ public void update(boolean clear) {
93
93
e .printStackTrace ();
94
94
return ;
95
95
}
96
- System .out .println ("Start Waiting for timeline to finish" );
97
- new Exception ().printStackTrace ();
96
+ // System.out.println("Start Waiting for timeline to finish");
97
+ // new Exception().printStackTrace();
98
98
}
99
99
updating = true ;
100
100
@@ -157,15 +157,15 @@ public void update(boolean clear) {
157
157
else
158
158
updating = false ;
159
159
});
160
- while (updating ) {
161
- try {
162
- Thread .sleep (16 );
163
- } catch (InterruptedException e ) {
164
- // TODO Auto-generated catch block
165
- e .printStackTrace ();
166
- return ;
167
- }
168
- }
160
+ // while (updating) {
161
+ // try {
162
+ // Thread.sleep(16);
163
+ // } catch (InterruptedException e) {
164
+ // // TODO Auto-generated catch block
165
+ // e.printStackTrace();
166
+ // return;
167
+ // }
168
+ // }
169
169
}
170
170
171
171
public void clear () {
You can’t perform that action at this time.
0 commit comments