Skip to content

Typo in browser compatibility code #1

@j-nava

Description

@j-nava

I believe there's a typo in Float32.js:

var r = new Float32Array(1); r[0] = s; return r[0];

should be

var r = new Float32Array(1); r[0] = x; return r[0];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions