Skip to content

Loader functions add empty string #54

@jpryne

Description

@jpryne

Both loader functions:

PLAYGROUND.Application.prototype.loadTexture

&

PLAYGROUND.Application.prototype.loadObject

include the line:

this.loader.add(name);

yet the variable 'name' is defined on line 3374 of playground.js (SoundWebAudioAPI.js) as:

if (alias) name = alias.source;

Why does the Object loader make use of this empty string?

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