Skip to content

Only first element of array is shown #10

@feiteira

Description

@feiteira

The code below:

function main() {
    return [
         cube({size: 3, center: true}),
         sphere({r:2, center: false})]  
}

Should display both a cube and a sphere, however in Atom it shows only the cube.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions