Skip to content
Snippets Groups Projects
Commit 334fb07e authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

small changes

parent a2b76e38
Branches
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ function ThreeModel(){
} else if (type == "part"){
parts.splice(parts.indexOf(objectToRemove), 1);
} else if (type == "basePlane"){
console.log("not sure if i should be hitting this")
console.log("not sure if i should be hitting this");
basePlane.splice(basePlane.indexOf(objectToRemove), 1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment