Skip to content

Commit

Permalink
make the physics widget show the right info at start
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Mar 23, 2024
1 parent 553f178 commit f8f397b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ public void run(){
ThreadUtil.wait(100);
}
base.DriveArc(new TransformNR(.01,0,0,new RotationNR()), 0);

close();
ArrayList<MobileBase> bases=new ArrayList<>();
bases.add(base);
File cache = new File(
Expand Down

0 comments on commit f8f397b

Please sign in to comment.