Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This should be a boolean, I believe #4168

Open
blairmacintyre opened this issue Apr 20, 2021 · 1 comment
Open

This should be a boolean, I believe #4168

blairmacintyre opened this issue Apr 20, 2021 · 1 comment

Comments

@blairmacintyre
Copy link

blairmacintyre commented Apr 20, 2021

{
x: this.data.spawnScale.x === null ? 1 : this.data.spawnScale.x,
y: this.data.spawnScale.y === null ? 1 : this.data.spawnScale.y,
z: this.data.spawnScale.z === null ? 1 : this.data.spawnScale.z
},

Looking through addMedia, this appears to expect a boolean.

┆Issue is synchronized with this Jira Task

@brianpeiris
Copy link
Contributor

Confirmed this bug still exists in the current code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants