mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 01:14:17 +02:00
spell basketball rack correctly
This commit is contained in:
parent
cda1b418ae
commit
a37da41253
1 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ function createAllToys() {
|
|||
|
||||
createBasketballHoop();
|
||||
|
||||
createBasketallRack();
|
||||
createBasketballRack();
|
||||
|
||||
createGates();
|
||||
|
||||
|
@ -523,7 +523,7 @@ function createBasketballHoop() {
|
|||
});
|
||||
}
|
||||
|
||||
function createBasketallRack() {
|
||||
function createBasketballRack() {
|
||||
var NUMBER_OF_BALLS = 4;
|
||||
var DIAMETER = 0.30;
|
||||
|
||||
|
|
Loading…
Reference in a new issue