Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
Cleaned Up
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperJoshua14 committed Apr 2, 2024
1 parent 415fc8f commit 0560d95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Base Station/Front End/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function setup() {
textAlign(CENTER,CENTER);
frameRate(20);

console.log(objects.length);
// console.log(objects.length);

for (let i = 0; i < objects.length; i++) {
objects[i].setup();
Expand Down Expand Up @@ -80,6 +80,7 @@ function draw() {
}
//Update the object if it is live HERE

// objects[15].draw(0);

}else{
if(!hidden[i]){
Expand Down

0 comments on commit 0560d95

Please sign in to comment.